{% extends 'base.html.twig' %} {% block title %}Register {% endblock %} {% block meta %} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('captcha') }} {% endblock %} {% block body %} {% for flashError in app.flashes('verify_email_error') %} {% endfor %} {% for message in app.flashes('error') %} {% endfor %}

Register

{{ form_start(registrationForm) }} {{ form_widget(registrationForm) }}
{{ form_end(registrationForm) }} {% endblock %}