{% load colour_table_row %}
Status

{% if processing or queued %}
Last run on instrument:
{{ last_instrument_run.title }} ({{ last_instrument_run.status.value_verbose }})
{% if processing %}
Currently processing:
{% endif %} {% if queued %}
Currently queued:
{% endif %} {% else %}
Last run on instrument: {{ last_instrument_run.title }} ({{ last_instrument_run.status.value_verbose }})
All reduction jobs complete.

{% endif %}