{{ encore_entry_link_tags('app') }}
Connexion
{% if app.user %}
Tu es déjà connecté en tant que
{{ app.user.userIdentifier }}
 
Profile
 
Deconnexion
{% endif %}
{{ form_start(registrationForm) }} {{ form_row(registrationForm.username, {label:'Nom de compte'}) }}
{{ form_row(registrationForm.firstname, {label:'Nom'}) }}
{{ form_row(registrationForm.lastname, {label:'Prénom'}) }}
{{ form_row(registrationForm.email, {label:'Votre e-mail'}) }} {{ form_row(registrationForm.plainPassword, { label: 'Password' }) }}
Register
{{ form_end(registrationForm) }}
OU
Continue avec Facebook
Continue avec Twitter