{serendipity_hookPlugin hook="entries_header" addData="$entry_id"} {foreach from=$entries item="dategroup"} {if $dategroup.is_sticky}

{$CONST.STICKY_POSTINGS}

{else}

{$dategroup.date|@formatTime:DATE_FORMAT_ENTRY}

{/if} {foreach from=$dategroup.entries item="entry"}

{$entry.title}

Filed under: — {$entry.author} @ {$entry.timestamp|@formatTime:'%I:%M %p'}

{$entry.body} {if $entry.is_extended} {$entry.extended} {/if}

{if $entry.has_extended and not $is_single_entry and not $entry.is_extended}

{$CONST.VIEW_EXTENDED_ENTRY|@sprintf:$entry.title}

{/if}
Comments ({$entry.comments+$entry.trackbacks}) {$entry.add_footer}
{$entry.plugin_display_dat} {if $is_single_entry and not $is_preview}

Comments »

The URI to TrackBack this entry is: {$serendipityBaseURL}comment.php?type=trackback&entry_id={$entry.id}

    {serendipity_printTrackbacks entry=$entry.id} {serendipity_printComments entry=$entry.id mode=$CONST.VIEWMODE_LINEAR}
{$COMMENTFORM} {/if}
{/foreach} {foreachelse} {if not $plugin_clean_page} {$CONST.NO_ENTRIES_TO_PRINT} {/if} {/foreach}