{% sw_extends '@Storefront/storefront/page/account/_page.html.twig' %} {% block page_account_main_content %} {% block page_account_overview %}
{{ 'account.overviewInfo'|trans|sw_sanitize }}
{% endblock %}
{% if context.customer.salutation and context.customer.salutation.salutationKey != 'not_specified' %}
{{ context.customer.salutation.translated.displayName }}
{% endif %}
{% if context.customer.title %}
{{ context.customer.title }}
{% endif %}
{{ context.customer.firstName }} {{ context.customer.lastName }}
{{ context.customer.email|decodeIdnEmail }}
{% endblock %} {% block page_account_overview_profile_actions %}