{% extends "base.html" %} {% block title %}Voxint — re-run results{% endblock %} {% block body %}
{% if queued %}Started {{ queued }} run{{ '' if queued == 1 else 's' }}.{% else %}No runs were started.{% endif %} {% if skipped %} Skipped {{ skipped }} file{{ '' if skipped == 1 else 's' }}.{% endif %}
{% if any_deferred %}{% if broker_down %}Some runs are queued but not yet handed to the worker (it was unavailable). {% else %}Some runs are queued and will be started by the next recovery sweep (within an hour). {% endif %}
{% endif %}{{ r.label }} {% if r.status == "queued" %} Queued {% else %} Skipped {% endif %}
{% if r.status == "queued" %}View run{% if not r.published %} · {% if broker_down %}will start when the worker is available{% else %}queued for recovery sweep{% endif %}{% endif %}
{% else %}Skipped: {{ r.reason }}.
{% endif %}