{{template "base.html" .}} {{define "title"}}Status of report {{.Report.ID|publicReportID}}{{end}} {{define "extraheader"}} {{end}} {{define "content"}}
Report {{.Report.ID|publicReportID}}
Scheduled
Type: {{.Report.Type}}
Created: {{.Report.Created|timeSince}}
District: {{.Report.District}}
Reporter Information

Name:{{.Report.Reporter.Name}}

Phone:{{.Report.Reporter.Phone}}

Email:{{.Report.Reporter.Email}}

Reported Location

Site Contact Name:{{.Report.SiteOwner.Name}}

Site Contact Phone:{{.Report.SiteOwner.Phone}}

Site Contact Email:{{.Report.SiteOwner.Email}}

Address:{{.Report.Address}}

Report Detail
{{ if not (eq .Report.Comments "") }}

Comments:{{ .Report.Comments }}

{{ end }}
Location Map
Images
{{ if gt (len .Report.Images) 0 }} {{ range .Report.Images }} {{ end }} {{ else }}

None

{{ end }}
{{end}}