{% extends 'base.html.twig' %} {# ... #} {% block title %}Connexion | SCI CAWALLY !{% endblock %} {% block body %}
`

Entrez vos informations de connexion

{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %}
{# If you want to control the URL the user is redirected to on success #}
{% endblock %}