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

Identification

{% if errors %}
{{ errors.messageKey|trans(errors.messageData, 'security') }}
{% endif %} {{ form_start(form) }}
{{ form_end(form) }}
{{ errors }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}