{% if jobs %} {% for j in jobs %} {% endfor %}
IDEntrypointStatusPriorityAttemptsCreatedExecute 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 %}