{% if Show_Title %} <{{Title_Tags|e}} class="ctype_document_header">{{Document_Download_Phrase}} {{Title}} {% endif %}
{% if Featured_image %}
{% endif %}
{% if Summary_Section %}
{% if Description_Section %}

{{"Description:"|trans}}

{{Description}}

{% endif %}
{% endif %} {% if Show_Language_Name %}

{{Language_Phrase}}

{{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 %} {{Document_Is_Not_In_Any_Category_Phrase}} {% endif %}
{% endif %} {% if Aws_Support_Enabled_On_Site %} {% if Release_Date_Section %}
<{{Release_Date_Html_Tag|e}}>{{"Released:"|trans}} {{Released}}
{% endif %} {% if Published_Date_Section %}
<{{Published_Date_Html_Tag|e}}>{{Published_Phrase}} {{Published}}
{% endif %} {% else %} {% if Release_Date_Section %}
<{{Release_Date_Html_Tag|e}}>{{"Released:"|trans}} {{Released}}
{% endif %} {% if Published_Date_Section %}
<{{Published_Date_Html_Tag|e}}>{{Published_Phrase}} {{Published}}
{% endif %} {% endif %} {% if Link %} {% if Local_File_Name %}

{{Filename_Phrase}}

{{Local_File_Name|e}}

{% endif %} {% if Show_Local_File_Type_And_Size %}

{{File_Type_And_Size_Phrase}}

{{Type}}, {{File_Size}}

{% endif %} {% if Link_For_Viewing or Link_To_Download %}
{% if Link_For_Viewing or Link_To_Download %}

{{View_Or_Download_Phrase}}

{% endif %}
{% if Link_For_Viewing %} {% endif %}
{% 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_Phrase}}

{{S3_File_Name|e}}

{% endif %} {% if Show_S3_File_Type_And_Size %}

{{S3_File_Type_And_Size_Phrase}}

{{S3Type}}, {{S3_Size}}

{% endif %} {% elseif S3_File_Not_Found_Error_Phrase %}

{{S3_Filename_Phrase}}

{{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 %} {% if Download_Page %}

{{Document_Download_Page_Phrase}}

{{Download_Page|e}}
{% endif %}