{% extends "base.html" %} {% block content %}
{% include "_job_rows.html" %}
ID Task Queue Status Retries Enqueued Duration Error
{% if page > 1 %} ← Prev {% endif %} Page {{ page }} {% if jobs|length == per_page %} Next → {% endif %}
{% endblock %}