{if $page.page_type == $smarty.const.PAGE_TYPE_BLOG} {if $subpages} {capture name="mainbox_title"}{/capture}
{include file="common/pagination.tpl"} {foreach from=$subpages item="subpage"}

{$subpage.page}

{$subpage.timestamp|date_format:"`$settings.Appearance.date_format`"}
{__("by")} {$subpage.author}
{if $subpage.main_pair}
{include file="common/image.tpl" obj_id=$subpage.page_id images=$subpage.main_pair}
{/if}
{$subpage.spoiler nofilter}
{/foreach} {include file="common/pagination.tpl"}
{/if} {if $page.description} {capture name="mainbox_title"}{$page.page}{/capture} {/if} {/if}