{% extends 'base.html.twig' %} {% block title %}Keep'IT Training - Register{% endblock %} {% block body %} {% for flashError in app.flashes('verify_email_error') %} {% endfor %}

{{'registration.register'|trans}}

{{ form_start(registrationForm) }} {{ form_row(registrationForm.email) }} {{ form_row(registrationForm.plainPassword, { label: 'form.password'|trans }) }} {{ form_end(registrationForm) }} {% endblock %}