{{ define "title" }}{{ .Title }}帳號管理{{ end }} {{ define "content-with-session" }} {{ $acct := .Account }}

{{ template "title" .Data }}

{{ if or ( eq $acct.Authority.Record 3 ) ( eq $acct.Authority.Account 3 )}}
{{ end }} {{ with .Data }} {{ block "page_number" . }}
{{ if gt .Page 1 }} 上一頁 {{ end }} 頁/共{{ .Count }}頁 {{ if eq 100 (len .Accounts) }} 下一頁 {{ end }}
{{ end }} {{ if eq $acct.Authority.Account 3 }} 新增使用者 匯入帳號資料 (.csv 檔) {{ end }} {{ range .Accounts }} {{ end }}
帳號 班級 座號 姓名 身份
{{ .ID }} {{ .Class }} {{ .Number }} {{ .Name }} {{ .Authority }} 更多資訊
{{ template "page_number" . }} {{ end }} {{ end }}