{% include 'topnav.html' %}
{% csrf_token %} {% if pdfrender != 'True' and allow_priority_change %}
Change Selected Priority to:
{% for priority in priority_list %}
{{ priority.description }}
{% endfor %}
{% if show_cancel|upper == 'TRUE' %}
Cancel Selected Orders
{% endif %} {% if show_print_cancel|upper == 'TRUE' %}
Print and Cancel Selected Orders
{% endif %} {% if show_cancel_reprocess %}
Cancel and Reprocess Selected Orders
{% endif %}
{% endif %}
{% include 'report-table-header.html' %} {% if pdfrender != 'True' %}
{% endif %}
{% if pdfrender != 'True' %}
{% for head in report_header %}
{% if head.allow_col_filter %}
{% endif %}
{% endfor %}
{% endif %}
{% include 'orders-queued-rep-body.html' %}
{% include 'bottomnav.html' %}