{% extends 'base.html.twig' %} {% block title %}Log in!{% endblock %} {% block styles %} {% if user_settings.backgroundDownload is defined and user_settings.backgroundDownload is not empty %} {% else %} {% endif %} {% endblock %} {% block navigation %} {% include 'general/navigation.download.unauth.html.twig' %} {% endblock %} {% block body %}
{% if user_settings.emailLogo %}
Loading...
{% else %}
{% endif %} {% if user_settings and user_settings.companyName %}

{{ user_settings.companyName }} sent you a file.
Type the code to download.

{% 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 %}