{% extends 'base.html.twig' %} {% block title %} {{ 'lang.Login'|trans }} {% endblock %} {% block styles %} {% if user_settings.backgroundLogin is defined and user_settings.backgroundLogin is not empty %} {% else %} {% endif %} {% endblock %} {% block body %}
Cumas Logo
{# because letter space #} Filetransfer
{% if user_settings %} {% else %} {# {% include 'pro_version/_versions.html.twig' %} #} {% endif %}
{% 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.' %} Don't get confirmation link? Send again! {% endif %} {% endif %}
{#
#} {# #} {# #} {#
#} {{ 'lang.forgotPassword'|trans }}
{{ '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 %}
{% endblock %} {% block javascripts %} {{ encore_entry_script_tags('login') }} {% endblock %}