{serendipity_hookPlugin hook="entries_header"}
{if $template_option.categories_on_archive || $template_option.tags_on_archive}
{if $template_option.categories_on_archive}
{serendipity_showPlugin class="serendipity_plugin_categories" template="archive_categories.tpl"}
{/if} {if $template_option.tags_on_archive}
{serendipity_showPlugin class="serendipity_plugin_freetag" template="archive_freetag.tpl"}
{/if}
{/if}

{if $category}{$category_info.category_name} - {/if}{$CONST.ARCHIVES}

{foreach from=$archives item="archive"}

{$archive.year}

{foreach from=$archive.months item="month"}
{if $template_option.entrybody_detailed_only==true} {if $month.entry_count} {$month.date|@formatTime:"%b"} {$month.entry_count} {else} {/if} {else}
{if $month.entry_count} {else} {/if}
{/if}
{/foreach}
{/foreach}
{serendipity_hookPlugin hook="entries_footer"}