{# app/templates/storefront/account/profile.html #} {% extends "storefront/base.html" %} {% block title %}{{ _('customers.storefront.pages.profile.title') }} - {{ store.name }}{% endblock %} {% block alpine_data %}shopProfilePage(){% endblock %} {% block content %}

{{ _('customers.storefront.pages.profile.title') }}

{{ _('customers.storefront.pages.profile.subtitle') }}

{{ _('customers.storefront.pages.profile.info_section_title') }}

{{ _('customers.storefront.pages.profile.info_section_subtitle') }}

{{ _('customers.storefront.pages.profile.prefs_section_title') }}

{{ _('customers.storefront.pages.profile.prefs_section_subtitle') }}

{{ _('customers.storefront.pages.profile.marketing_desc') }}

{{ _('auth.change_password') }}

{{ _('customers.storefront.pages.profile.change_password_subtitle') }}

{{ _('auth.password_requirements') }}

{{ _('auth.passwords_do_not_match') }}

{{ _('customers.storefront.pages.profile.account_info') }}

{{ _('customers.customers.customer_number') }}
{{ _('customers.storefront.pages.profile.member_since') }}
{{ _('customers.customers.total_orders') }}
{{ _('customers.customers.total_spent') }}
{% endblock %} {% block extra_scripts %} {% endblock %}