{% extends "base.html.twig" %} {% block title %}Login{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

Connexion à l'administration

{% if hasError %}

Les informations que vous avez fournie sont incorectes...

{% endif %}
{% endblock %} {% block javascripts %} {% endblock %}