Jobs ({{ total }} total — page {{ page }} of {{ total_pages }})

{% macro col(key, label) -%} {%- endmacro %} {{ col('id', 'ID') }} {{ col('kind', 'Action') }} {{ col('status', 'Status') }} {{ col('created_at', 'Created') }} {% for j in jobs %} {% else %} {% endfor %}
{{ label }}{% if sort == key %} {{ '▲' if dir == 'asc' else '▼' }}{% endif %}ScopeProgress
#{{ j.id }} {{ j.action }} {{ j.kind }} {% if j.scope.href %}{{ j.scope.label }}{% else %}{{ j.scope.label or '' }}{% endif %} {{ j.status }} {% if j.progress_total %}{{ j.progress_current }}/{{ j.progress_total }}{% else %}—{% endif %} {{ j.created_at }}
No jobs.
{% if has_prev %}← Prev{% endif %} {% if has_next %}Next →{% endif %}