{% load i18n l10n staticfiles thumbnail pcart_core %} {% for item in order.items %} {% endfor %}
{% trans "Image" %} {% trans "Title" %} {% trans "Count" %} {% trans "Price" %} {% trans "Remove" %}
{% with image=item.product.images.first %} {% if image %}{% endif %} {% endwith %} {{item.object.title}} × {{item.price|money}} = {{item.line_price|money}}

{% trans "Subtotal" %}: {{order.total_price|money}}

{% with total_weight=order.total_weight %} {% if total_weight %}

{% trans "Weight" %}: {{total_weight|weight}}

{% endif %} {% endwith %}


{{order.items}}