{% load custom_tags_and_filters %} {% load stockroom_custom_tags_and_filters %} {% load static %} {% if request.session.withdrawals %}

Current order:

{% for withdraw in request.session.withdrawals %} {% endfor %}
Project Consumable Quantity
{{ withdraw.project }}
{% url 'clear_orders' as clear_withdrawals_url %} {% button type="delete" size="small" value="Clear All" title="Remove all items in current order" onclick="$('#consumables_order').load('"|concat:clear_withdrawals_url|concat:"')" %}
{% csrf_token %} {% button type="save" size="small" value="Order" %}
{% endif %}