{% extends "base.html" %} {% block title %}Configure Checks - HM Video QC{% endblock %} {% block wizard_nav %}
1. Upload
2. Configure
3. Results
{% endblock %} {% block content %}

Configure Quality Checks

Video: {{ filename }}

{% for check in checks %}
{% if check.id == 'video_duration_check' %}
{% endif %}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}