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

Register

{{ form_start(registrationForm) }} {{ form_row(registrationForm.username) }} {{ form_row(registrationForm.plainPassword) }} {{ form_row(registrationForm.agreeTerms) }} {{ form_end(registrationForm) }} {% endblock %}