{% extends "layout.html" %} {% load currency_filters %} {% block breadcrumbs %}
{% endblock %} {% block title %} Order history | {{ block.super }} {% endblock %} {% block header %}Order number | Total inc tax | Date submitted | |
---|---|---|---|
{{ order.number }} | {{ order.total_incl_tax|currency }} | {{ order.date_placed }} | View |
No orders found
{% endif %} {% if page_obj %} {% include "catalogue/partials/pagination.html" %} {% endif %} {% endblock content %}