{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %} {% if show_print_button %}
Please select a printer
{% endif %}
{% csrf_token %} {% include 'report-completed-prepacks-rep.html' %}
{% include 'pagenav.html' %} {% endblock %}