{# Order History Tab #}
{{ 'Status'|t('commerce') }} | {{ 'Previous Status'|t('commerce') }} | {{ 'Updated By'|t('commerce') }} | {{ 'Message'|t('commerce') }} | {{ 'Date'|t('commerce') }} |
---|---|---|---|---|
{% if orderHistory.newStatus %} {{ orderHistory.newStatus.labelHtml|raw }} {% if loop.first %}({{ "Current"|t('commerce') }}){% endif %} {% endif %} | {% if orderHistory.prevStatus %} {{ orderHistory.prevStatus.labelHtml|raw }} {% endif %} | {% if orderHistory.customer.user %} {{ orderHistory.customer.user.friendlyName }} {% else %} {{ orderHistory.order.email }} {% endif %} | {% if orderHistory.message %} {{ orderHistory.message | md }} {% endif %} | {{ orderHistory.dateCreated|date }} |
{{ 'No order status history items will exists until the cart becomes an order.'|t('commerce') }}
{% endif %}