Bonjour !
{{ form_start(registrationForm) }}
{% if form_errors(registrationForm) %}
{{ form_errors(registrationForm) }}
{% endif %}
{% if app.user %}
Tu es déjà connecter avec {{ app.user.userIdentifier }},
Déconnexion
{% endif %}
Inscrivez-vous
{{ form_row(registrationForm.email) }}
{{ form_row(registrationForm.plainPassword, {
label: 'Password'
}) }}
{{ form_row(registrationForm.agreeTerms) }}
{#
#}
{#
#}
{# Login with Google#}
{# #}
{#
#}
{# Login with Facebook#}
{# #}
{{ form_end(registrationForm) }}