{% extends '@SyliusShop/Account/layout.html.twig' %} {% block title %} {{ 'sylius.ui.my_account'|trans }} | {{ parent() }} {% endblock %} {% block breadcrumb %} {% endblock %} {% block subcontent %}

{{ '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 }}
{{ customer.email }}
{% if customer.user.verified %} {{ 'sylius.ui.verified'|trans }} {% else %} {{ 'sylius.ui.not_verified'|trans }} {% endif %}
{{ sylius_template_event('sylius.shop.account.dashboard.after_information', {'customer': customer}) }} {% endblock %}