{{ column_order_id }} |
{{ column_customer }} |
{{ column_status }} |
{{ column_date_added }} |
{{ column_total }} |
{{ column_action }} |
{% if orders %}
{% for order in orders %}
{{ order.order_id }} |
{{ order.customer }} |
{{ order.status }} |
{{ order.date_added }} |
{{ order.total }} |
|
{% endfor %}
{% else %}
{{ text_no_results }} |
{% endif %}