{% extends "account/partial/layout_non_login.html.twig" %} {% block title %}{{ t('enter_file_password', 'Enter File Password') }} - {{ file.originalFilename }}{% endblock %} {% block description %}{{ t("file_download_description", "Download file")~' - '~file.originalFilename }}{% endblock %} {% block keywords %}{{ file.getFileKeywords() }}{% endblock %} {% block body %}
{% embed "account/partial/non_login_footer_links.html.twig" %}{% endembed %}
{% endblock %} {% block footerjs %} {% if downloadPageData['additional_javascript_code'] is defined %} {{ downloadPageData['additional_javascript_code']|raw }} {% endif %} {% endblock %}