{% extends "partial/layout.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 %} {{ t('enter_file_password', 'Enter File Password') }} {{ t('enter_file_password_intro', 'The owner of this file has set a password for access, please enter it below.') }} {% if msg_page_errors is defined %} {% if msg_page_errors is defined %}{{ msg_page_errors|join('. ') }}{% endif %} {% endif %} {{ t("access_file", "access file")|title }} {% include '@themePath/partial/_premium_benefits.html.twig' %} {% endblock %} {% block footerjs %} {% if downloadPageData['additional_javascript_code'] is defined %} {{ downloadPageData['additional_javascript_code']|raw }} {% endif %} {% endblock %}
{{ t('enter_file_password_intro', 'The owner of this file has set a password for access, please enter it below.') }}