[{l}閉じる{/l}]
{if $successes}
{foreach from=$successes item=_success}
{$_success}
{/foreach}
{/if} {if $errors}
{foreach from="$errors" item="_error"}
{$_error}
{/foreach}
{/if}
 {l}ブログ選択{/l}
{if $listObj->numItems()}
{/if}
{include file="file:$templatedir/PageSelect.html"} {if $listObj->getPageData()} {foreach from=$listObj->getPageData() item='_item' name='_loop_blog'} {/foreach} {else} {/if}

{l}ブログ名{/l}
{$_item.blog_name}
{l}投稿できるブログがありません。{/l}
{if $listObj->numItems()} {include file="file:$templatedir/PageSelect.html"}
{/if}
[{l}閉じる{/l}]