{serendipity_hookPlugin hook="entries_header" addData="$entry_id"} {foreach from=$entries item="dategroup"} {foreach from=$dategroup.entries item="entry"} {assign var="entry" value=$entry scope="parent"}

{$entry.title}

{if $entry.categories}{foreach from=$entry.categories item="entry_category"}{if $entry_category.category_icon}{$entry_category.category_name|@escape}{/if}{/foreach}{/if} {$entry.body} {if $entry.has_extended and not $is_single_entry and not $entry.is_extended} {$CONST.VIEW_EXTENDED_ENTRY|@sprintf:$entry.title} {/if}
{if $entry.is_extended}
{$entry.extended}
{/if} {if $entry.plugin_display_dat} {$entry.plugin_display_dat} {/if} {if $is_single_entry and not $is_preview} {if $CONST.DATA_UNSUBSCRIBED}

{$CONST.DATA_UNSUBSCRIBED|@sprintf:$CONST.UNSUBSCRIBE_OK}

{/if} {if $CONST.DATA_TRACKBACK_DELETED}

{$CONST.DATA_TRACKBACK_DELETED|@sprintf:$CONST.TRACKBACK_DELETED}

{/if} {if $CONST.DATA_TRACKBACK_APPROVED}

{$CONST.DATA_TRACKBACK_APPROVED|@sprintf:$CONST.TRACKBACK_APPROVED}

{/if} {if $CONST.DATA_COMMENT_DELETED}

{$CONST.DATA_COMMENT_DELETED|@sprintf:$CONST.COMMENT_DELETED}

{/if} {if $CONST.DATA_COMMENT_APPROVED}

{$CONST.DATA_COMMENT_APPROVED|@sprintf:$CONST.COMMENT_APPROVED}

{/if}

{$CONST.TRACKBACKS}

{serendipity_printTrackbacks entry=$entry.id}

{$CONST.COMMENTS}

{$CONST.DISPLAY_COMMENTS_AS} {if $entry.viewmode eq $CONST.VIEWMODE_LINEAR} {$CONST.COMMENTS_VIEWMODE_LINEAR} | {$CONST.COMMENTS_VIEWMODE_THREADED} {else} {$CONST.COMMENTS_VIEWMODE_LINEAR} | {$CONST.COMMENTS_VIEWMODE_THREADED} {/if}

{serendipity_printComments entry=$entry.id mode=$entry.viewmode} {if $entry.is_entry_owner}

{if $entry.allow_comments} {$CONST.COMMENTS_DISABLE} {else} {$CONST.COMMENTS_ENABLE} {/if}

{/if}
{foreach from=$comments_messagestack item="message"}

{$message}

{/foreach} {if $is_comment_added}

{$CONST.COMMENT_ADDED}

{elseif $is_comment_moderate}

{$CONST.COMMENT_ADDED}: {$CONST.THIS_COMMENT_NEEDS_REVIEW}

{elseif not $entry.allow_comments}

{$CONST.COMMENTS_CLOSED}

{/if}

{$CONST.ADD_COMMENT}

{$COMMENTFORM}
{/if} {$entry.backend_preview}
{/foreach} {foreachelse} {if not $plugin_clean_page} {/if} {/foreach} {if $footer_info or $footer_prev_page or $footer_next_page} {/if} {serendipity_hookPlugin hook="entries_footer"}