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

Register

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