{include file="header.html"} {include file="submenus/security.html"}
{$lng.panel.login_history}
{include file="paginator.html"}

{foreach from=$array_users item=v} {/foreach}
{$lng.users.username} {$lng.login_history.last_login_date} {$lng.login_history.last_login_ip}
{$v.username} {$v.login_info.date_login_nice} {$v.login_info.ip}


{include file="footer.html"}