custom/plugins/WbfkOffer/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.wbfk-offer.index') }}"
  5.        title="{{ "prems-individual-offer.index_link"|trans }}"
  6.        class="list-group-item list-group-item-action account-aside-item{% if controllerName is same as('IndividualOffer') %} is-active{% endif %}">
  7.         {{ "prems-individual-offer.index_link"|trans }}
  8.     </a>
  9. {% endblock %}