{% extends "base.html" %} {% block title %}Failed jobs{% endblock %} {% load colour_table_rows %} {% load naturaltime from humanize %} {% load static %} {% block body %} {% if queue %}
| Run Number | Instrument | Message | Submitted | |
|---|---|---|---|---|
| {{ job.title }} | {{ job.instrument.name }} | {{ job.message }} | {{ job.created|naturaltime }} | {% endfor %}