Select a comparison to review and edit: {{ comparisons|length }} videos
{% for comp in comparisons %}
{% if comp.has_sbv and comp.has_diff and comp.vtt_in_git %}
{{ comp.title }}
{% else %}
{{ comp.title }}
{% endif %}
{% if not comp.vtt_in_git %}
VTT nicht im Repository
{% endif %}
{% if not comp.has_sbv %}
Keine SBV-Datei
{% endif %}
{% if comp.percentage_correct is not none %}
{{ "%.0f"|format(comp.percentage_correct) }}% korrekt
{% endif %}
{% if comp.corrected %}
Untertitel bereits korrigiert
{% endif %}
{% if comp.has_sbv %}
{% endif %}
{% if not comp.vtt_in_git %}
Nicht bearbeitbar
{% if comp.media_link %}