{% 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 %}
{% endblock %} {% block footerjs %} {% if downloadPageData['additional_javascript_code'] is defined %} {{ downloadPageData['additional_javascript_code']|raw }} {% endif %} {% endblock %}