{% if job.is_started %}
{% endif %}
{% if job.is_failed %}
{% endif %}
{% if not job.is_queued and not job.is_failed %}
{% endif %}
{% if job.results %}
Results
|
ID
|
Type
|
Created At
|
|---|---|---|
| {{ result.id }} | {{ result.type.name }} | {{ result.created_at|to_localtime|date:"Y-m-d, H:i:s" }} |