Job history

{% if not job_history %}

This job has not been run previously.

{% else %} {% for job in job_history %} {% endfor %} {% endif %}
Created at Created by Status Actions
{{ job.created_at|date:"DATETIME_FORMAT" }} {{ job.created_by }} {% if job.cancelled_at %} {% elif job.has_finished %} {% elif job.started_at %}
Loading...
{% else %} {% endif %}
Job status