{% import '/admin/components/helpers_macro.html.twig' as helpers %}

{{ helpers.errors(errorsEmail) }}
{{ form_start(profileUpdateEmailForm, { 'attr': { 'novalidate': 'novalidate', 'class': 'compressed-form', 'autocomplete': 'off', 'action': path('bo_profile_update_email'), 'method': 'POST', } }) }} {{ helpers.field(profileUpdateEmailForm.email) }}
{{ form_end(profileUpdateEmailForm) }}