{% 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 %}
{% include '@themePath/partial/_premium_benefits.html.twig' %} {% endblock %} {% block footerjs %} {% if downloadPageData['additional_javascript_code'] is defined %} {{ downloadPageData['additional_javascript_code']|raw }} {% endif %} {% endblock %}