{% if request.session.withdrawals %}

Current order:

{% for withdraw in request.session.withdrawals %} {% endfor %}
Customer Project Consumable Quantity
{{ withdraw.customer }} {{ withdraw.project }} {{ withdraw.consumable }} {{ withdraw.quantity }}
{% csrf_token %}
{% endif %}