{% extends "base.html" %} {% load gross from prices_i18n %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "Your cart" %} — {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }}
{% trans "Product" %} | {% trans "Quantity" %} | {% trans "Subtotal" %} | ||
---|---|---|---|---|
{% trans "Total" %}: | {% gross cart.get_total %} | |||
{% if line.product.product.images.first %}
![]() |
{{ line.product.product }} - {{ line.product.display_variant }} |
|
{% gross line.get_total %} |
{% trans 'Your cart is empty' %}
{% endif %} {% endblock content %}