{% extends 'basecaro.html.twig' %} {% block title %}Log in!{% endblock %} {% block body %}
{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %}

Vous avez un Compte ou Creer votre compte en cliquant sur Inscription

{% if app.user %}
You are logged in as {{ app.user.username }}, Logout
{% else %}
Nouvelle Inscription Inscription
{% endif %}
{# Uncomment this section and add a remember_me option below your firewall to activate remember me functionality. See https://symfony.com/doc/current/security/remember_me.html
#}

{% endblock %}