{{{ template "common/header" . }}}
{{{ template "manage/menu" . }}}
{{{range $i, $v := .LoginLogs}}} {{{end}}}
用户名 登录IP 登录时间
{{{.Username}}} {{{.Ip}}} {{{.Created}}}
{{{ template "common/pagination" .}}}
{{{ template "common/footer" . }}}