{$smarty.const._FORUM_NAME} >> {$smarty.const._USERLIST} {if $welcome}{$smarty.const._WELCOME}{$welcome}
{/if} {$smarty.const._INDEX} {if $do_enter} {$smarty.const._DO_ENTER} {/if} {if $register} {$smarty.const._REGISTER} {/if} {$smarty.const._SEARCH} {if $logout} {$smarty.const._LOGOUT} {/if}
{if $pages}
{$smarty.const._PAGES_LIST}: {foreach from=$pages item="v"} {if $v eq $this_page} {$v} {else} {$v} {/if} {/foreach}
{/if}
{$smarty.const._USERNAME} {$smarty.const._USER_STATUS} {$smarty.const._REG_DATE} {$smarty.const._USER_POSTS} {$smarty.const._SEX}
{foreach from=$users item="v"}
{$v.username} {if $v.status eq 0} {$smarty.const._STATUS_BANNED} {/if} {if $v.status eq 1} {$smarty.const._STATUS_USER} {/if} {if $v.status eq 2} {$smarty.const._STATUS_MODERATOR} {/if} {if $v.status eq 3} {$smarty.const._STATUS_ADMIN} {/if} {$v.register_date} {$v.posts} {if $v.sex eq 0} {$smarty.const._NO_INCDICATED} {/if} {if $v.sex eq 1} {$smarty.const._REG_MALE} {/if} {if $v.sex eq 2} {$smarty.const._REG_FEMALE} {/if}
{/foreach}