{% extends 'base.html.twig' %} {% block title %}Sign Up{% endblock %} {% block mainContent %}

Sign up

NOTE : after confirming your account email, it must be also validated by an administrator
You'll receive an email when your account would be accepted

{{ form_errors(registrationForm) }} {{ form_start(registrationForm) }} {{ form_row(registrationForm.email) }} {{ form_row(registrationForm.newPassword) }} {{ form_row(registrationForm.agreeTerms) }} {{ form_end(registrationForm) }} {% endblock %}