{% if jobs %}
| ID | Entrypoint | Status | Priority | Attempts | Created | Execute after | |
|---|---|---|---|---|---|---|---|
| {{ j.id }} | {{ j.entrypoint }} | {{ j.status }} | {{ j.priority }} | {{ j.attempts }} | {{ j.created | dt }} | {{ j.execute_after | dt }} | {% if j.status in ("queued", "picked") %} {% endif %} |
{% if prev_url %}« newer{% endif %} page {{ page }} {% if next_url %}older »{% endif %}
{% else %}No jobs match the current filter.
{% endif %}