{** * Стена *} {extends file='layouts/layout.user.tpl'} {block name='layout_content'} {if $oUserCurrent}
{else} {include file='alert.tpl' sAlertStyle='info' mAlerts=$aLang.wall_add_quest sAlertAttributes='id="wall-note-list-empty"'} {/if} {if ! count($aWall)} {include file='alert.tpl' mAlerts=$aLang.wall_list_empty sAlertStyle='empty' sAlertAttributes='id="wall-note-list-empty"'} {/if}
{include file='actions/ActionProfile/wall.posts.tpl'}
{if $iCountWall - count($aWall)}
{$aLang.wall_load_more} ({$iCountWall-count($aWall)})
{/if} {/block}