diff --git a/app/templates/order.html b/app/templates/order.html index 0c1842f..974a0c2 100644 --- a/app/templates/order.html +++ b/app/templates/order.html @@ -62,15 +62,14 @@

Items

- {% if courier_or_admin %}{% endif %} + {% if courier_or_admin %}{% endif %} {% for item in order.items -%} - + - {% if courier_or_admin %}{% endif %}
NameItemPriceExtraPaid?Delete
NameItemPricePaid?Delete
{{ item.get_name() }}{{ item.product.name }}{{ item.product.name }}{{ "*" if item.extra }} {{ item.product.price|euro }}{{ item.extra if item.extra }}{% if not item.paid %} Pay {% else %} {% endif %}{% if item.can_delete(order.id, current_user.id, session.get('anon_name', '')) -%}{%- endif %}