vendor/store.shopware.com/agiqonoci/src/Resources/views/storefront/layout/header/header.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/header/header.html.twig' %}
  2. {% block layout_header_actions_account %}
  3.     {% if not page.header.AgiqonOciSession %}
  4.         {{ parent() }}
  5.     {% else %}
  6.         <form method="post" action="{{ path('frontend.AgiqonOciEntry.logout') }}">
  7.             <button type="submit" class="btn btn-primary btn-block">{{ 'AgiqonOci.logout.button'|trans }}</button>
  8.         </form>
  9.     {% endif %}
  10. {% endblock %}
  11. {% block layout_header_search %}
  12.     {% if not page.header.AgiqonCxmlInspect %}
  13.         {{ parent() }}
  14.     {% endif %}
  15. {% endblock %}
  16. {% block layout_header_actions_cart %}
  17.     {% if not page.header.AgiqonCxmlInspect %}
  18.         {{ parent() }}
  19.     {% endif %}
  20. {% endblock %}