{% extends CMS_TEMPLATE %} {% load i18n pcart_core cms_tags thumbnail %} {% block sidebar %}{% include "customers/includes/profile_menu.html" %}{% endblock %} {% block content %}
{% trans "Status" %}: {{ order.status }}
{% trans "Added" %}: {{ order.added }}
{{ order.note }}{% endif %}
{% trans "Image" %} | {% trans "Title" %} | {% trans "Count" %} | {% trans "Price" %} |
---|---|---|---|
{% with image=item.product.images.first %}
{% if image %} |
{{item.object.title}} | {{item.quantity}} | × {{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 %} |
|||
{% trans "Weight" %}: {{cart.total_weight|weight}} |