{% extends "partial/layout.html.twig" %} {% block title %}{{ file.originalFilename }}{% endblock %} {% block description %}{{ file.description|length > 0 ? file.description|slice(0, 250) : t("file_download_description", "Download file")~' - '~file.originalFilename }}{% endblock %} {% block keywords %}{{ file.getFileKeywords() }}{% endblock %} {% block body %}

{{ t("share_file_title", "File Information") }}

{{ t("file_information_description", "Information about") }} "{{ file.originalFilename }}"

{% if UserHelper.showSiteAdverts() %} {% endif %}
{{ file.extension }} {{ file.originalFilename }}
  • Filesize: {{ file.getFormattedFilesize() }}
  • Uploaded: {{ file.getFormattedUploadedDate() }}
  • Status: {{ file.getStatusLabel()|title }}

{{ t("download_urls", "download urls")|title }}

  • {{ t('file_page_link', 'File Page Link')|title }}
    {{ file.getFullShortUrl() }}
  • {{ t('html_code', 'HTML Code') }}
    {{ file.getHtmlLinkCode()|raw }}
  • {{ t('forum_code', 'forum code')|title }}
    {{ file.getForumLinkCode()|raw }}
  • {{ t('statistics_url', 'statistics url')|title }}
    {{ file.getStatisticsUrl() }}
{% if UserHelper.showSiteAdverts() %} {% endif %}
{% endblock %} {% block footerjs %} {% if downloadPageData['additional_javascript_code'] is defined %} {{ downloadPageData['additional_javascript_code']|raw }} {% endif %} {% endblock %}