{% extends 'basecaro.html.twig' %} {% block title %}Register{% endblock %} {% block body %}

Inscription - Entrepot - Parking

{{ form_start(registrationForm) }} {{ form_row(registrationForm.name) }} {{ form_row(registrationForm.firstname) }} {{ form_row(registrationForm.lastname) }} {{ form_row(registrationForm.tel) }} {{ form_row(registrationForm.email) }} {{ form_row(registrationForm.plainPassword, { label: 'Password' }) }} {{ form_row(registrationForm.roles) }} {{ form_row(registrationForm.agreeTerms) }} {{ form_end(registrationForm) }}
{% endblock %}