{extends file="layout.html"} {block name=title}LMS: {$layout.pagetitle|striphtml}{/block} {block name=module_content}

{$layout.pagetitle}

{foreach $userslist as $user} {if $user.id} {/if} {/foreach}
{trans("Login:")} {trans("First/last name")} {trans("Phone")} {trans("Active from:")} {trans("Active to:")} {trans("Last login:")} {trans("Total:")} {$userslist.total}
{$user.login} {$user.name} {if $user.phone}{$user.phone}{else} - {/if} {$user.accessfrom} {$user.accessto} {$user.lastlogin} {* {$user.lastloginip} {if $user.lastloginip != $user.lastloginhost}({$user.lastloginhost}){/if} *} {$user.lastloginip} {if $user.lastloginip != '-'} () {/if} {if $layout.logid ne $user.id} {if !$user.access} {trans('Connect')} {else} {trans('Disconnect')} {/if} {trans( {/if} {trans( {if $user.id != $layout.logid}{trans({/if} {trans( {trans(
{/block}