{% extends 'base.html.twig' %} {% block title %} {{ 'lang.Login'|trans }} {% endblock %} {% block footer %} {% endblock %} {% block styles %} {% if user_settings.backgroundLogin is defined and user_settings.backgroundLogin is not empty %} {% else %} {% endif %} {% endblock %} {% block body %}
{% if app.user %}

{{ 'lang.loggedInAs'|trans }} {{ app.user.userIdentifier }}, {{ 'lang.Logout'|trans }}

{% else %}

{{ 'lang.Login'|trans }}

{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% if error.messageKey == 'Your user account is not verified.' %} {{ 'lang.dontGetConfirmationLink'|trans }} {{ 'lang.sendAgain'|trans }} {% endif %} {% endif %}
{# #}
{# #} {% if account_options.show %}

{{ 'lang.loginChooseAccount'|trans }}

{% endif %} {{ 'lang.forgotPassword'|trans }}
{{ 'lang.or'|trans }}
{% include 'security/_google_auth_button.html.twig' %} {{ 'lang.accountNoExist'|trans }}
{% endif %} {% if user_settings %}
{% if user_settings.urlInstagram %} {% endif %} {% if user_settings.urlLinkedin %} {% endif %} {% if user_settings.urlFacebook %} {% endif %} {% if user_settings.urlWebsite %} {% endif %}
{% endif %}
{% if user_settings %} {% else %} {% include 'pro_version/_versions.html.twig' %} {% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {{ encore_entry_script_tags('login') }} {% endblock %}