{% extends '@SyliusShop/Account/layout.html.twig' %} {% block title %} {{ 'sylius.ui.my_account'|trans }} | {{ parent() }} {% endblock %} {% import '@SyliusShop/Common/Macro/headers.html.twig' as headers %} {% import "@SyliusShop/Common/Macro/icons.html.twig" as icons %} {% import '@SyliusShop/Common/Macro/breadcrumbs.html.twig' as breadcrumbs %} {% block breadcrumb breadcrumbs.standard([ {link: path('sylius_shop_account_dashboard'), label: 'sylius.ui.my_account'|trans}, {label: 'sylius.ui.my_account'|trans} ]) %} {% block subcontent %} {{ headers.default('sylius.ui.my_account'|trans, '', 'sylius.ui.manage_your_personal_information_and_preferences'|trans) }} {{ sylius_template_event('sylius.shop.account.dashboard.after_content_header', {'customer': customer}) }}
{{ customer.fullName }}
{{ 'sylius.ui.email'|trans }}
{{ customer.email }} {% if not customer.user.verified %}
{{ 'sylius.ui.not_verified'|trans }}
{% endif %}
{{ 'sylius.ui.phone_number'|trans }}
{{ customer.phoneNumber }}
{{ 'sylius.ui.password'|trans }}
*********
{% if customer.defaultAddress %}
{{ 'sylius.ui.default_address'|trans }} {% include '@SyliusShop/Common/_address.html.twig' with {'address': customer.defaultAddress} %}
{% endif %} {{ sylius_template_event('sylius.shop.account.dashboard.after_information', {'customer': customer}) }} {% endblock %}