{% extends "@!FOSUser/Security/login.html.twig" %} {% trans_default_domain 'FOSUserBundle' %} {% block title %}Connexion{% endblock %} {% block fos_user_content %}

Connexion

{% if app.request.get('from_reset') %}
Votre mot de passe a bien été modifié.
{% endif %}
{% if error is defined and error is not null %}
{{ error.message }}
En cas de problème, contactez-nous
{% endif %}
 
{% endblock fos_user_content %}