themes/webapicTheme/templates/bundles/SyliusShopBundle/Account/Order/Index/_header.html.twig line 1

Open in your IDE?
  1. <h1 class="ui header">
  2.     {{ 'sylius.ui.order_history'|trans }}
  3.     <div class="sub header">{{ 'sylius.ui.browse_your_orders_from_the_past'|trans }}</div>
  4.     {{ sylius_template_event('sylius.shop.account.order.index.header.content', {'orders': orders}) }}
  5. </h1>