{% extends 'eshop/@customer_section.html.twig' %} {% block title %}{{ 'title_customer_settings'|trans({}, 'shop') }}{% endblock %} {% block customer_block %}

{{ 'title_customer_address_update'|trans({}, 'shop') }}

{{ form_start(form) }}
{{ form_row(form.firstName) }}
{{ form_row(form.lastName) }}
{{ form_row(form.phone) }}
{{ form_end(form) }}
{% endblock %}