{% if Show_Title %} <{{Title_Tags|e}} class="ctype_document_header">{{"Document Download:"|trans}} {{Title}} {% endif %}
{% if Sticky_image %}
{% endif %} {% if Summary_Section %}
{% if Description_Section %}

{{"Description:"|trans}}

{{Description}}

{% endif %}
{% endif %}
{% if Show_Language_Name %}
{{"Language:"|trans}} {{Language_Name}}
{% endif %} {% if Show_document_extra_data and Extra_data %} {% for extraDataKey, extraDataValue in Extra_data %}

{{extraDataValue|e}}

{% endfor %} {% endif %} {% if Show_categories %}
{% if Categories %} {{Categories|e}} {% else %} {{"This document is not in any category."|trans}} {% endif %}
{% endif %} {% if Aws_Support_Enabled_On_Site %} {% if Published_Section %}

{{"Published:"|trans}} {{Published}}

{% endif %} {% else %} {% if Published_Section %}

{{"Published:"|trans}} {{Published}}

{% endif %} {% endif %}
{% if Download_Page %}

{{"Download page:"|trans}}

{{Download_Page|e}} {% endif %} {% if Link %} {% if Local_File_Name %}

{{"Filename:"|trans}}

{{Local_File_Name|e}}

{% endif %} {% if Link_For_Viewing %}

{{"View:"|trans}}

{{"View file in browser"|trans}}

{% endif %}

{{Download_Local_File|trans}} {% if Show_Local_File_Type_And_Size %} ({{Type}}, {{File_Size}}) {% endif %} {% if Show_Permalink %}

{% endif %}

{% endif %} {# S3 file support #} {% if this.setting('s3_file') and S3_File_Download_Phrase and Aws_Support_Enabled_On_Site %} {% if S3_File_Id %} {% if S3_Link %} {% if S3_File_Name %}

{{"S3 filename:"|trans}}

{{S3_File_Name|e}}

{% endif %}

{{S3_File_Download_Phrase|trans}} {% if Show_S3_File_Type_And_Size %} ({{S3Type}}, {{S3_Size}}) {% endif %}

{% else %}

{{"S3 filename:"|trans}}

{{S3_File_Not_Found_Error_Phrase|e}}

{% endif %} {% endif %} {% endif %} {% if No_Document_Link_Section %} {{"Sorry, but currently this document is not available for download."|trans}} {% endif %}