{% 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 %}Some runs are queued but not yet handed to the worker (it was unavailable). The recovery sweep will start them.
{% endif %}{{ r.label }} {% if r.status == "queued" %} Queued {% else %} Skipped {% endif %}
{% if r.status == "queued" %}View run{% if not r.published %} · will start when the worker is available{% endif %}
{% else %}Skipped: {{ r.reason }}.
{% endif %}