{% extends "base.html" %} {% block content %} {% include "components/paging_nav.html" %}
| ID | Queue | Function | Failure Time | Actions |
|---|---|---|---|---|
| {{ item.job.job-id|subs:0:6 }}... | {{ item.job.queue }} | {{ item.job.fn-path }} | {{ item.job.stopped-at|date:"yyyy-MM-dd HH:mm:ss z" }} | {% with job-id=item.job.job-id btn-size="btn-sm" %} {% include "components/requeue_form.html" %} {% endwith %} |