{{ header }}
{{ column_left }}
{{ content_top }}

{{ heading_title }}

{% if orders %}
{% for order in orders %} {% endfor %}
{{ column_order_id }} {{ column_product_total }} {{ column_status }} {{ column_total }} {{ column_date_added }}
#{{ order.order_id }} {{ order.product_total }} {{ order.status }} {{ order.total }} {{ order.date_added }}
{{ pagination }}
{{ results }}
{% else %}

{{ text_no_results }}

{% endif %} {{ content_bottom }}
{{ column_right }}
{{ footer }}