{% extends "base.html" %} {% block title %}Voxint — bulk retry results{% endblock %} {% block body %}
{{ error }}
{% else %}{% if requeued %}Requeued {{ requeued }} run{{ '' if requeued == 1 else 's' }}.{% else %}No runs were requeued.{% endif %} {% if skipped %} Skipped {{ skipped }}.{% endif %}
{% 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 %} {% if results %}{{ r.label }} {% if r.status == "requeued" %} Requeued {% else %} Skipped {% endif %}
{% if r.status == "requeued" %}View run{% if not r.published %} · will start when the worker is available{% endif %}
{% else %}Skipped: {{ r.reason }}.
{% endif %}