{% template "common/header" . %}
{% template "user/menu" . %}
{%range $i, $v := .Users%} {%end%}
用户ID 用户名 邮箱 角色 状态 操作
{%.Id%} {%.Name%} {%.Email%} {%if .IsAdmin%}管理员{%else%}普通用户{%end%} {%if .Status%}启用{%else%}禁用{%end%} 编辑 {%if eq .Status 1%}    {%else%}    {%end%}
{% template "common/pagination" .%}
{% template "common/footer" . %}