{{ template "sync/layout/authenticated.html" . }}
{{ define "title" }}Dash{{ end }}
{{ define "extraheader" }}
{{ template "map" .MapData }}
{{ end }}
{{ define "content" }}
Trap ID: {{ .Trap.GlobalID }}
| Active: |
{{ .Trap.Active }} |
| Comments: |
{{ .Trap.Comments }} |
| Description: |
{{ .Trap.Description }} |
| Collection Date |
Collection ID |
Females |
Male |
Total |
{{ range .Trap.Collections }}
| {{ .EndDateTime|timeSincePtr }} |
{{ .GlobalID }} |
{{ .Count.Females }} |
{{ .Count.Males }} |
{{ .Count.Total }} |
{{ end }}
{{ end }}