{% if Show_Item_Title %} {% if item.Pinned or item.Pinned_Text %}
{% if item.Pinned_Text %}{{item.Pinned_Text|trans}}{% endif %}
{% endif %} {% if Aws_Link and item.s3_File_Id %} <{{Item_Title_Tags}} class=" content_list_title {{item.Content_Type|e}} {% if item.Disabled %} disabled_link {% endif %} " {% if Show_Permalink and item.Local_File_Id %} {% set itemElId = containerId ~ item.cID ~ '_' ~ item.cType %} onmouseover=" if (window.$) $('#copyLinkButton_{{itemElId}}').show().css('display', 'inline-block'); " onmouseout=" if (window.$) $('#copyLinkButton_{{itemElId}}').hide(); " {% endif %} > {{item.Title|e}} {% if Show_Permalink and item.Local_File_Id %} {% include ze('', 'moduleDir', 'zenario_content_list', 'frameworks/') ~ 'includes/permalink.twig.html' %} {% endif %} {% else %} <{{Item_Title_Tags}} class=" content_list_title {{item.Content_Type|e}} {% if item.Disabled %} disabled_link {% endif %} " {% if Show_Permalink %} {% set itemElId = containerId ~ item.cID ~ '_' ~ item.cType %} onmouseover=" if (window.$) $('#copyLinkButton_{{itemElId}}').show().css('display', 'inline-block'); " onmouseout=" if (window.$) $('#copyLinkButton_{{itemElId}}').hide(); " {% endif %} > {% if LINKS_IN_INCLUDES %} {{item.Title|e}} {% else %} {{item.Title|e}} {% endif %} {% if Show_Permalink %} {% include this.frameworkBaseDir() ~ 'includes/permalink.twig.html' %} {% endif %} {% if Show_Filename and item.Filename %}

{{item.Filename|e}}

{% endif %} {% if Show_File_Size and item.Local_File_Size %}

({{item.Local_File_Size}})

{% endif %} {% if item.Language %}

({{item.Language|e}})

{% endif %} {% endif %} {% endif %} {% if item.Item_Is_Recent %}

{{Recent_Item_Phrase|e}}

{% endif %} {# As of 06 Sept 2021, the "Show writer's photo" setting is disabled. #} {# Commenting out the code in case we want it back in the future. #} {% if Show_Author %}

{{item.Author|e}}

{% endif %} {% if Show_Date %}

{{item.Date|e}}

{% endif %}