{% extends "base.html" %} {% block content %}

Job {{ job_id }}

General information

{% include "snippet_attribute_table.html" %}

Timeline of status events

{% for entry in timeline %} {% endfor %}
Started From State To State Elapsed
{{ entry.started }} {{ entry.state_from }} {{ entry.state_to }} {{ entry.elapsed }}
{% endblock %}