{% extends 'base.html.twig' %} {% block title %}Inscription{% endblock %} {% block body %} {{ include('partials/title_section.html.twig', {'name':'Inscription'}) }}
{{ form_start(registrationForm) }}
{% for flashError in app.flashes('verify_email_error') %} {% endfor %}
fgh
{{ form_end(registrationForm) }}
{% endblock %}