{% extends "index/base.html" %} {% load group_tag %} {% block content %}

Podsumowanie zamówienia

{% for product in order.products.all %} {% empty %} {% endfor %} {% if order.get_total %} {% endif %}
L.p. Nazwa Produktu Cena Ilość Suma
{{ forloop.counter }} {{ product.product.name }} {{ product.product.price }} zł {{ product.quantity }} {{ product.get_total_price }} zł
Koszyk jest pusty
Kontynnuuj zakupy
Cena całkowita {{ order.get_total }} zł
Kup Teraz Kontynnuuj zakupy
{% endblock content %}