{% include "Global/message.html.twig" with { type: 'info', icon: 'fas fa-info-circle', message: ('
' ~ 'Click here'|trans ~ ' ' ~ 'to preview your profile'|trans) } %}
{{ form_start(form, {'attr': {'novalidate': 'novalidate'}}) }}
{{ form_widget(form) }}
{{ form_end(form) }}