{% extends "base.html" %} {% block title %}Voxint — re-run results{% endblock %} {% block body %}

Re-run results

{% 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 %}

Back to media

{% endblock %}