{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"}
{if !$is_single_entry and not $entry.is_extended and not $is_preview}

{$entry.title}

{if isset($entry.properties.entry_subtitle) and $entry.properties.entry_subtitle}

{$entry.properties.entry_subtitle|escape}

{elseif $template_option.subtitle_use_entrybody==true && $template_option.entrybody_detailed_only == true}

{$entry.body|@strip_tags|@strip|@truncate:70:" ..."}

{/if}

{$CONST.POSTED_BY} {$entry.author} {$CONST.ON} {if $template_option.show_comment_link == true}  {/if}{if $entry.is_entry_owner and not $is_preview}  {/if}

{/if} {if $template_option.entrybody_detailed_only != true || $entry.is_extended || $is_single_entry || $is_preview}
{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} {/if}
{if $entry.is_extended}
{$entry.extended}
{/if} {if $entry.plugin_display_dat} {$entry.plugin_display_dat} {/if} {if $entry.categories or $entry.add_footer}
{if $entry.categories} {$CONST.CATEGORIES}: {foreach from=$entry.categories item="entry_category" name="categories"}{$entry_category.category_name|@escape}{if !$smarty.foreach.categories.last} {/if}{/foreach} {/if} {if isset($entry.freetag.extended) && $entry.freetag.extended == 1} {if $entry.freetag.tags.tags}
{$entry.freetag.tags.description} {foreach from=$entry.freetag.tags.tags item="tag"} {$tag} {/foreach}
{if $is_single_entry or $is_preview} {/if} {/if} {else} {$entry.freetag} {/if} {$entry.add_footer}
{/if}
{/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} {if $entry.trackbacks != 0}

{if $entry.trackbacks == 0}{$CONST.NO_TRACKBACKS}{else}{$entry.trackbacks} {$entry.label_trackbacks}{/if}

{$CONST.TRACKBACK_SPECIFIC}

{serendipity_printTrackbacks entry=$entry.id}
{/if}

{if $entry.comments == 0}{$CONST.NO_COMMENTS}{else}{$entry.comments} {$entry.label_comments}{/if}

{if $entry.comments != 0}

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

{/if} {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}
{if !$is_single_entry and not $entry.is_extended}
{/if} {/foreach} {foreachelse} {if not $plugin_clean_page}

{$CONST.NO_ENTRIES_TO_PRINT}

{/if} {/foreach} {if (isset($footer_info) and $footer_info) or isset($footer_prev_page) and footer_prev_page or isset($footer_next_page) and $footer_next_page} {if isset($footer_info) and $footer_info}

{$footer_info}

{/if} {/if} {serendipity_hookPlugin hook="entries_footer"}