{if $posts_total_count}
{sprintf('[`The blog %s contains %d posts. What should be done with these posts?`]',$blogs[$blog_id].name|escape,$posts_total_count)}
{$posts_movable=false}
{capture name=target}
{foreach $blogs as $blog_item_id => $blog_item}{if $blog_item.rights ge blogRightConfig::RIGHT_FULL}
{/if}{/foreach}
{/capture}
{else}
[`This blog does no contain posts, and thus can be safely deleted.`]
{/if}