{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% include 'topnav.html' %}
{% csrf_token %} {% if pdfrender != 'True' %} {% if show_protected_items %}
            {% if not hide_print_buttons %}             {% endif %}
{% endif %} {% endif %} {% include 'report-table-header.html' %} {% if pdfrender != 'True' %} {% endif %} {% if pdfrender != 'True' %} {% for head in report_header %} {% endfor %} {% endif %} {% include 'label-queue-rep-body.html' %}
{% if show_protected_items %}{% endif %}
 {% if head.allow_col_filter %}{% endif %} 
Loading label preview...
{% include 'bottomnav.html' %}
{% endblock %}