{% for order in user.orders %} {% endfor %}
{{ 'pixel.shop::lang.fields.order'|trans }} {{ 'pixel.shop::lang.fields.date'|trans }} {{ 'pixel.shop::lang.fields.items'|trans }} {{ 'pixel.shop::lang.fields.status'|trans }} {{ 'pixel.shop::lang.fields.total'|trans }} {{ 'pixel.shop::lang.fields.action'|trans }}
#{{ order.getOrderID() }} {{ order.created_at.diffForHumans() }} {% for item in order.items %} x{{ item.quantity }}   {{ item.title }} ({{ item.total|currency({in:order.currency}) }})
{% endfor %}
{{ ('pixel.shop::lang.status.' ~ order.status)|trans }} {{ order.total|currency({in: order.currency}) }} {{ 'pixel.shop::lang.fields.view'|trans }}