{{ define "title" }} {{ .Title }}體溫歷史記錄 {{ end }} {{ define "content-with-session" }}

{{ template "title" .Data }}

{{ if ge .Authority.Record 3 }}
{{ end }} {{ if ge .Authority.Record 2 }}
{{ end }}
{{ with .Data }} {{ block "page_number" . }}
{{ if gt .Page 1 }} 上一頁 {{ end }} 頁/共{{ .Count }}頁 {{ if eq .PageLimit (len .Records) }} 下一頁 {{ end }}
{{ end }} {{ if ne (len .Records) 0}} {{ template "list" .Records }} {{ else }}

查無資料

{{ end }} {{ template "page_number" .}} {{ end }} {{ end }}