{% include 'topnav.html' %}
{% for frame in raw_files %}
{% if pill_sig_mode == 'OBJECT_DETECT' %} {{ frame.frame }} {% else %} {% if discrepancies_only == 'Y' %} {{ frame.frame }} {% else %} {{ frame.frame }} {% endif %} {% endif %}

frame_{{ frame.disp_info }}

{% endfor %}
{% include 'bottomnav.html' %}