{% extends "base.html" %} {% block title %}Configure QC - HM QC{% endblock %} {% block content %}

Configure QC Checks

Review settings and start execution

Back
QC Settings
{% for profile_id, profile_data in profiles.items() %} {% if loop.first %}
{{ profile_data.description }}
{% endif %} {% endfor %}
Select which AI model to use for image quality analysis
If provided, results will be grouped with this job number in reporting
Select a campaign presentation to validate assets against campaign guidelines. Manage campaigns
Select a pricing reference for currency/format validation. Manage pricing references
Files to Check

{{ file_count }} file{{ 's' if file_count != 1 }} uploaded

{% if filenames %}
    {% for f in filenames %}
  • {{ f }}
  • {% endfor %}
{% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}