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

Register

{{ form_errors(registrationForm) }} {{ form_start(registrationForm) }} {{ form_row(registrationForm.UserIdentifier) }} {{ form_row(registrationForm.Password, { label: 'Password' }) }} {{ form_end(registrationForm) }} {% endblock %}