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

Re-run transcription

Voxint will start a fresh run for each file below, using the settings that apply to it now.

{# Honest caveats: the operator should know exactly what a re-run does and does not carry before they confirm. #}

Each fresh run:

Your existing runs are left untouched. Files are never moved.

{% if runnable == 0 %}

None of the selected files can be re-run right now. See the reasons below.

{% endif %}
Cancel
{% endblock %}