{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}

{$dategroup.date|@formatTime:DATE_FORMAT_ENTRY} {if $entry.categories} {$CONST.IN} {foreach from=$entry.categories item="entry_category" name="categories"}{$entry_category.category_name|@escape}{if not $smarty.foreach.categories.last}, {/if}{/foreach} {/if} {if $dategroup.is_sticky} {$CONST.ON} {else} {$CONST.AT} {/if} {if $dategroup.is_sticky}{$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY} {/if}{$entry.timestamp|@formatTime:'%H:%M'} Uhr {if $entry.has_comments} {if $use_popups} | {$entry.label_comments} ({$entry.comments}) {else} | {$entry.label_comments} ({$entry.comments}) {/if} {/if} {if $entry.is_entry_owner and not $is_preview} | {$CONST.EDIT_ENTRY} {/if} {$entry.add_footer}
{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.is_extended}
{$entry.extended}
{/if} {if $entry.has_extended and not $is_single_entry and not $entry.is_extended} {$CONST.VIEW_EXTENDED_ENTRY} »
{/if}
{$entry.plugin_display_dat} {if $is_single_entry and not $use_popups and not $is_preview} {if $CONST.DATA_UNSUBSCRIBED}
{$CONST.DATA_UNSUBSCRIBED|@sprintf:$CONST.UNSUBSCRIBE_OK}

{/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} {/if} {if $is_single_entry and not $is_preview}

{$CONST.COMMENTS}

{serendipity_printComments entry=$entry.id mode=$entry.viewmode} {if $entry.is_entry_owner} {if $entry.allow_comments} {else} {/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}
{else}
{$CONST.ADD_COMMENT}
{$COMMENTFORM}
{/if}
{/if} {$entry.backend_preview} {/foreach}
{foreachelse} {if not $plugin_clean_page} {$CONST.NO_ENTRIES_TO_PRINT} {/if} {/foreach}
{if $footer_prev_page} « {$CONST.PREVIOUS_PAGE}   {/if} {if $footer_info} ({$footer_info}) {/if} {if $footer_next_page}   {$CONST.NEXT_PAGE} » {/if} {serendipity_hookPlugin hook="entries_footer"}