{% if uuid is not empty %} {% set job = service('queue').getJob(uuid) %} {% endif %}
{% if job.status == 2 %} {% endif %} {% if job.status == 1 %} {% endif %} {% if job.status == 0 %} {% endif %} {% if job.name is not empty %} {{ job.name }} {% endif %}
{% if job.schedule_time is not empty %} {% endif %} {% if job.date_executed is not empty %} {% endif %} {% if job.due_date is not empty %} {% endif %}
{{ label.class }} {{ job.handler_class }}
{{ label.schedule }} {{ job.schedule_time|dateTimeFormat }}
{{ label.executed }}
{{ job.executed }}
{{ job.date_executed|dateTimeFormat }}
{{ label.nextrun }} {{ job.due_date|dateTimeFormat }}
{{ label.extension }} {{ job.extension_name }}
{{ label.expression }} {{ job.recuring_interval }}