{% load custom_tags_and_filters %}
Go back

Withdraw consumables

Use this form to {% if self_checkout %} checkout {% else %} charge users for {% endif %} consumable items & supplies.

{% csrf_token %} {% if not self_checkout %}
{% endif %}
{% include 'kiosk/consumables_order.html' %}