{$entry.title}
{if !$is_single_entry}{$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY}
{/if}
{if $entry.categories}
{foreach from=$entry.categories item="entry_category"}
{if $entry_category.category_icon}
{if $entry.has_extended and not $is_single_entry and not $entry.is_extended}
{$CONST.VIEW_EXTENDED_ENTRY|@sprintf:$entry.title}
{/if}
{$CONST.VIEW_EXTENDED_ENTRY|@sprintf:$entry.title}
{/if}