{% extends 'base.html.twig' %} {% block body %} {% block body_head %}

Inscription

- -

{% endblock %}
{{ form_start(registrationForm) }} {{ form_row(registrationForm.username) }} {{ form_row(registrationForm.plainPassword, { label: 'Password' }) }} {{ form_row(registrationForm.agreeTerms) }} {{ form_end(registrationForm) }}
{% endblock %}