{% extends 'layout.html.twig' %} {% set seo_title = 'Order History' %} {% block content %}
Below is a complete record of your orders placed with Texstyle. Please click the 'View' button for more detailed order information.
{% if orders is empty %} {% else %}Date | Confirmation No. | Order Status | |
---|---|---|---|
Date
{{ order.orderDate|date('d.m.y') }}
|
Confirmation No.
{{ order.orderNumber }}
|
Order Status
{% if order.orderStatus == 'new' %}
Awaiting Shipment
Partially Shipped
Shipped
Unknown
|
View |