{% extends 'base.html.twig' %} {% block title %}{{ 'lang.downloadLoginTitle'|trans }}{% endblock %} {% block footer %}{% 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 %} {% else %} {% endif %}

{% if user_settings and user_settings.companyName %} {{ user_settings.companyName }} {{ 'lang.downloadSentYouFile'|trans }} {% else %} {{ 'lang.downloadSentYouFileGeneric'|trans }} {% endif %}

{% for message in app.flashes('success') %}
{{ message }}
{% endfor %} {% for message in app.flashes('danger') %} {% endfor %} {% for message in app.flashes('error') %} {% endfor %} {% if user_settings %} {% endif %}
{% endblock %} {% block javascripts %} {{ encore_entry_script_tags('login') }} {% endblock %}