{% load custom_tags_and_filters %} {% with customer.id|stringformat:"d" as customer_id %} {% if success_messages %} {% for message in success_messages %}
Current order:
| Customer | Project | Consumable | Quantity | |
|---|---|---|---|---|
| {{ withdraw.customer }} | {{ withdraw.project }} | {{ withdraw.consumable }} | {{ withdraw.quantity }} |