{% extends "::base.html.twig" %} {% block title %} Login {% endblock %} {% block left %}

Login


{% if errors %}
{{ errors.messageKey }}
{% endif %} {% if is_granted('IS_AUTHENTICATED_FULLY') %}
Logout
{% else %}
{% endif %}
{% endblock %}