{%- extends 'base.html' -%} {%- block content -%}
| # | {{ _('Watch') }} | {{ _('Elapsed') }} | {{ _('Status') }} |
|---|---|---|---|
| {{ _('Worker %(num)s', num=loop.index) }} |
{% if w.gone %}
{{ _('Watch no longer exists') }}
{% else %}
{{ w.title or w.url }}
{% if w.title and w.url %} {{ w.url }}{% endif %} {% endif %} |
{{ _('running') }} {{ _('cancel') }} | |
| {{ _('Worker %(num)s', num=idle_idx + 1) }} | {{ _('— idle') }} | — | {{ _('idle') }} |
| {{ w.position + 1 }} |
{% if w.gone %}
{{ _('Watch no longer exists') }}
{% else %}
{{ w.title or w.url }}
{% if w.title and w.url %} {{ w.url }}{% endif %} {% endif %} |
{{ w.priority_label }} | |
| {{ _('No workers configured (FETCH_WORKERS=0) and queue is empty') }} | |||