custom/static-plugins/CytexTheme/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_address %}
  3.     {% if context.customer %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}
  7. {% block page_account_sidebar_link_payment %}
  8.     {% if context.customer %}
  9.         {{ parent() }}
  10.     {% endif %}
  11. {% endblock %}
  12. {% block page_account_sidebar_link_orders %}
  13.     {% if context.customer %}
  14.         {{ parent() }}
  15.     {% endif %}
  16. {% endblock %}