custom/plugins/TemplaidInvoices/src/Resources/views/storefront/page/account/sidebar.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/account/sidebar.html.twig' %}
  2. {% block page_account_sidebar_link_orders %}
  3.     {{ parent() }}
  4.     <a href="{{ path('frontend.templaid.invoices.page') }}"
  5.        title="{{ "templaidInvoices.account.sidebarLabelInvoices"|trans|striptags }}"
  6.        class="list-group-item list-group-item-action account-aside-item{% if activeRoute is same as('frontend.templaid.invoices.page') %} is-active{% endif %}">
  7.         <span>{{ "templaidInvoices.account.sidebarLabelInvoices"|trans|sw_sanitize }}</span>
  8.     </a>
  9. {% endblock %}