{% sw_extends '@Storefront/storefront/page/account/sidebar.html.twig' %}
{% block page_account_sidebar_link_orders %}
{{ parent() }}
{% block page_account_sidebar_link_offers %}
{% if page.extensions.premsIndividualOffer.isOfferNavAllowed %}
<a href="{{ path('frontend.PremsIndividualOffer.index') }}"
title="{{ "prems-individual-offer.index_link"|trans }}"
class="list-group-item list-group-item-action account-aside-item{% if controllerName is same as('Offer') %} is-active{% endif %}">
{{ "prems-individual-offer.index_link"|trans }}
</a>
{% endif %}
{% endblock %}
{% endblock %}