{{ define "title" }} {{ with .Class }}{{ . }}班{{ end }} {{ with .Date }}{{ dashToSlash . }}{{ end }} 統計資料 {{ end }} {{ define "content-with-session" }}
總人數 | 已記錄人數 | 未記錄人數 | 發燒人數 | 請假 |
---|---|---|---|---|
{{ add .Recorded .Unrecorded }} | {{ .Recorded }} | {{ .Unrecorded }} | {{ .Fevered }} | {{ .Other }} |
帳號 | 班級 | 座號 | 姓名 | {{ if ne .Type 2 }}體溫 | {{ end }}身份 | {{ if eq .Type 4 }}備註 | {{ end }}
---|---|---|---|---|---|---|
{{ .Account.ID }} | {{ .Class }} | {{ .Number }} | {{ .Name }} | {{ if ne $type 2 }}{{ .Record.Temperature }} | {{ end }}{{ .Authority }} | {{ if eq $type 4 }}{{ .Reason }} | {{ end }}