{% 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 this.frameworkBaseDir() ~ '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_File_Size and item.Local_File_Size %} ({{item.Local_File_Size}}) {% endif %} {% if Show_Permalink %} {% include this.frameworkBaseDir() ~ 'includes/permalink.twig.html' %} {% endif %} {% if item.Language %} ({{item.Language|e}}) {% endif %} {% endif %} {% endif %} {% if Show_Author_Image %}
{{item.Author_Image_Alt|e}}
{% endif %} {% if Show_Author %}

{{item.Author|e}}

{% endif %} {% if Show_Date %}

{{item.Date|e}}

{% endif %}