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

S'inscrire

{{ form_start(registrationForm) }}
{{ form_row(registrationForm.email, {'label': 'Email', 'class':'form-control'}) }}
{{ form_row(registrationForm.agreeTerms, {'label': 'Adresse de Livraison', 'class':'form-control'}) }}
{{ form_end(registrationForm) }}
{% endblock %}