{include "../components/textArea.xml", route => "/wall$owner/makePost", graffiti => true}
{if sizeof($posts) > 0}
{foreach $posts as $post}
{include "../components/post.xml", post => $post}
{/foreach}
{include "../components/paginator.xml", conf => $paginatorConf}
{else}
{_no_posts_abstract}
{/if}