{% extends 'User/Security/base.html.twig' %} {% block title %}{{ parent() }} - {{ 'user.security.title.login'|trans }}{% endblock %} {% block body %}

{{ 'user.security.label.welcome_message'|trans }}

{% if error %} {% endif %} {{ include('_flashbag.html.twig') }}
{% if app_connexion_status_know is not same as 'false' %}
{% endif %}
{{ 'user.security.action.forget_password'|trans }}
{% if sso_type %}
OU {{ 'user.security.action.sso_login'|trans({ '%service%': sso_title }) }}
{% endif %}
{% endblock %}