{% extends "layout.html" %} {% load app_filters %} {% load humanize %} {% load tz %} {% block styles %} {% endblock styles %} {% block content %}
Done
{% if not disable_print %}{% endif %}
{% if export_available %}
{% csrf_token %}
{% endif %}
{% if show_qstr %} {% endif %}
{% timezone "America/Chicago" %}
{% now "m/d/y" %}
{% now "h:i:s A" %}
{% endtimezone %} {% if show_filters %} {% if search_criteria %}
{{ search_criteria }}
{% elif date_from and date_to %}
Summary Period: {{ date_from|date:'m/d/Y' }} through {{ date_to|date:'m/d/Y' }}
{% elif show_qstr %}
{{ qstr }}
{% elif show_buildings %}
Jobs Scheduled for: {% if qstr.building1 %}Building 1{% endif %}{% if qstr.building1 and qstr.building2 %} and {% endif %}{% if qstr.building2 %}Building 2{% endif %} {{ extra_search_criteria }}
{% endif %} {% if show_lines %}
Lines: {{ show_lines }}
{% endif %}
{% endif %}

{{ report_title }}

{{ company }}
Confidential Information
{% if show_internal %}
 
FOR INTERNAL USE
ONLY
{% endif %}
{% endblock content %} {% block body_scripts %} {{ block.super }} {% endblock body_scripts %}