{include file="$admintemplatepath/header.template"} {include file="$admintemplatepath/navigation.template" showOpt=editPosts title=$locale->tr("editPosts")}
{$locale->tr("show_by")}







{check_perms perm=update_post}
{$locale->tr("show_massive_change_option")}
{/check_perms}
{include file="$admintemplatepath/successmessage.template"} {include file="$admintemplatepath/errormessage.template"} {foreach from=$posts item=post} {/foreach}
{$locale->tr("topic")} {$locale->tr("date")} {$locale->tr("author")} {$locale->tr("status")} CM TB {$locale->tr("num_reads")} {$locale->tr("actions")}
{check_perms perm=update_post}{/check_perms} {$post->getTopic()|strip_tags} {check_perms perm=update_post}{/check_perms}
 » {foreach name=postCategories from=$post->getCategories() item=postCategory} {$postCategory->getName()}{if !$smarty.foreach.postCategories.last}, {/if} {/foreach}
{assign var=date value=$post->getDateObject()} {$locale->formatDate($date)} {assign var=owner value=$post->getUserInfo()} {$owner->getUsername()} {foreach from=$poststatus key=name item=status} {if $post->getStatus() == $status} {if $status == 1}{$locale->tr($name)} {elseif $status == 2}{$locale->tr($name)} {elseif $status == 3}{$locale->tr($name)} {else}{$locale->tr("$name")}{/if} {/if} {/foreach} {if $post->getTotalComments(false) > 0} ({$post->getTotalComments(false)}) {else} 0 {/if} {if $post->getTotalTrackbacks() > 0} ({$post->getTotalTrackbacks(false)}) {else} 0 {/if} {$post->getNumReads()} {check_perms perm=update_post}
{$locale->tr( {$locale->tr( {/check_perms} {$locale->tr( {check_perms perm=view_blog_stats} {$locale->tr( {/check_perms}
{adminpager style="list"} {check_perms perm=update_post} {/check_perms} {check_perms perm=update_post} {/check_perms}
{include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}