{extends "../@layout.xml"} {block title}{_"wall"}{/block} {block header} {$oObj->getCanonicalName()} ยป {_"wall"}
{tr("wall", $count)}
{/block} {block content}
{include "../components/textArea.xml", route => "/wall$owner/makePost"}
{if sizeof($posts) > 0} {foreach $posts as $post} {include "../components/post.xml", post => $post, commentSection => true} {/foreach} {include "../components/paginator.xml", conf => $paginatorConf} {else} {_no_posts_abstract} {/if}
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()} {script "js/al_comments.js"} {/if} {/block}