custom/plugins/Theme3S/src/Resources/views/storefront/layout/header/account-menu.html.twig line 1

  1. {% sw_extends '@Storefront/storefront/utilities/offcanvas.html.twig' %}
  2. {% block utilities_offcanvas_content %}
  3. {% block layout_header_actions_account_widget_dropdown_header %}
  4. {% if not context.customer.guest %}
  5. {{ "account.myAccount"|trans|sw_sanitize }}
  • {% endif %}
  • {% endblock %}
  • {% block layout_header_actions_account_widget_dropdown_login %}
  • {% if not context.customer %}
  • title="{{ "account.loginSubmit"|trans|striptags }}"
  • class="btn btn-primary account-menu-login-button">
  • {{ "account.loginSubmit"|trans|sw_sanitize }}
  • {{ "account.orRegister"|trans|sw_sanitize }}
  • title="{{ "account.orRegisterLink"|trans|striptags }}">{{ "account.orRegisterLink"|trans|striptags }}
  • {% if page.header.activeLanguage.translationCode.code == 'en-GB' %}
  • {% set linkname = "Dealer registration form" %}
  • {% set link = "https://shop.schutzkleidung.de/en/Dealer-registration-form" %}
  • {% elseif page.header.activeLanguage.translationCode.code == 'nl-NL' %}
  • {% set linkname = "Registreer u als dealer" %}
  • {% set link = "https://shop.schutzkleidung.de/nl/Registratieformulier-voor-dealers" %}
  • {% elseif page.header.activeLanguage.translationCode.code == 'es-ES' %}
  • {% set linkname = "RegĂ­strate como distribuidor" %}
  • {% set link = "https://shop.schutzkleidung.de/es/Formulario-de-registro-de-distribuidor" %}
  • {% elseif page.header.activeLanguage.translationCode.code == 'fr-FR' %}
  • {% set linkname = "S'inscrire en tant que revendeur" %}
  • {% set link = "https://shop.schutzkleidung.de/fr/Formulaire-d-inscription-du-concessionnaire" %}
  • {% elseif page.header.activeLanguage.translationCode.code == 'it-IT' %}
  • {% set linkname = "Registrati come rivenditore" %}
  • {% set link = "https://shop.schutzkleidung.de/it/Modulo-di-registrazione-del-rivenditore" %}
  • {% else %}
  • {% set linkname = "Registrieren als Händler" %}
  • {% set link = "https://shop.schutzkleidung.de/Registrierungsformular-fuer-Haendler" %}
  • {% endif %}
  • {{ linkname }}
  • {% endif %}
  • {% endblock %}
  • {% block layout_header_actions_account_widget_dropdown_links %}
  • {% sw_include '@Storefront/storefront/page/account/sidebar.html.twig' with {'headerWidget': true} %}
  • {% endblock %}
  • {% endblock %}