{% if jobs.length %}
{{ __("Queue") }} | {{ __("Job") }} | {{ __("Status") }} | {{ __("Created") }} |
---|---|---|---|
{{ toTitle(j.queue.split(":").slice(-1)[0]) }} |
{{ frappe.utils.encode_tags(j.job_name) }}
{% if j.exc_info %}
{{ __("Exception") }}{{ frappe.utils.encode_tags(j.exc_info) }} |
{{ toTitle(j.status) }} | {{ frappe.datetime.prettyDate(j.creation) }} |
{{ __("No jobs found on this site") }}