{% if Show_Item_Title %} {% 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 %} {{Item_Title_Tags}}>
{{item.Date|e}}
{% endif %}