{% extends 'store/main.html' %} {% load static %} {% block content %}
Gesamtmenge: {{order.get_cart_items}} |
Gesamtsumme: € {{order.get_cart_total|floatformat:2}} |
zur Kassa |
---|
{{item.product.name}}
€ {{ item.product.price|floatformat:2 }}
{{item.quantity}}
€ {{ item.get_total|floatformat:2 }}