{% extends "base.html" %} {% load i18n %} {% load gross from prices_i18n %} {% block title %}{% trans "Your orders" %} — {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }}
{% trans "Order #" %} | {% trans "Date" %} | {% trans "Price" %} | {% trans "Status" %} | {% trans "Last status change" %} |
---|---|---|---|---|
{{ order }} | {{ order.created }} | {% gross order.get_total %} | {{ order.get_status_display }} | {{ order.last_status_change }} |