custom/plugins/BettenABC/src/Resources/views/storefront/page/account/sidebar.html.twig line 1

Open in your IDE?
  1. {#
  2. # Project:      www.betten-abc.de
  3. # Company:      arboro GmbH
  4. # Created by:   Moritz Augenstein
  5. # Created on:   17.11.2022
  6. # Description:
  7. #}
  8. {% sw_extends "@Storefront/storefront/page/account/sidebar.html.twig" %}
  9. {% block page_account_sidebar_header %}
  10.     {% if not headerWidget %}
  11.         <div class="card-header account-aside-header">
  12.             {{ "account.greetings"|trans|sw_sanitize }}
  13.             {{ context.customer.title }}
  14.             {{ context.customer.firstName }}
  15.         </div>
  16.     {% endif %}
  17. {% endblock %}