{% extends "site.html" %} {% block head %} {{ block.super }} {% include 'dispense-prepack-js-functions.html' %} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% csrf_token %} {% if function_error %}
  • {{ function_error }}
{% endif %} {% if show_success %}

Pre-Pack order submitted successfully.

{% endif %}   
{% csrf_token %} {% for blister in blister_layout %} {% if forloop.counter0 == 0 or forloop.counter0|divisibleby:"4" %} {% endif %} {% if blister.cup_label == 0 %} {% else %} {% endif %} {% if forloop.counter == 4 or forloop.counter|divisibleby:"4" %} {% endif %} {% endfor %}
 /   /   /   / 
   {{ blister.cup_label }}
 
{% endblock %}