{% load i18n %} {% load lfs_tags %}
{% trans 'ID' %} | {% trans 'Creation date' %} | {% trans 'Modification date' %} | {% trans 'User' %} | {% trans 'Total' %} | {% trans 'Items' %} | {% trans 'Products' %} |
---|---|---|---|---|---|---|
{{ cart.id }} | {{ cart.creation_date|date:_("DATETIME_FORMAT") }} | {{ cart.modification_date|date:_("DATETIME_FORMAT") }} | {% if cart.customer.selected_invoice_address %} {{ cart.customer.selected_invoice_address.firstname }} {{ cart.customer.selected_invoice_address.lastname }} {% else %} --- {% endif %} | {{ cart.total|currency }} | {{ cart.get_amount_of_items }} | {{ cart.products }} |