{{ template "rmo/layout/base.html" . }} {{ define "title" }}Status of report {{ .Report.ID|publicReportID }}{{ end }} {{ define "extraheader" }} {{ end }} {{ define "content" }} {{ if (eq .District nil) }} {{ template "rmo/component/header-rmo.html" . }} {{ else }} {{ template "rmo/component/header-district.html" .District }} {{ end }}
Report {{ .Report.ID|publicReportID }}
{{ .Report.Status }}
Type: {{ .Report.Type }}
Created: {{ .Report.Created|timeSince }}
District: {{ if (eq .District nil) }} Unknown {{ else }} {{ .District.Name }} {{ end }}
Location: {{ .Report.Address }}
Images: {{ if gt .Report.ImageCount 0 }} {{ .Report.ImageCount }} {{ else }} None provided {{ end }}
{{ range .Report.Details }}
{{ .Name }}
{{ .Value }}
{{ end }}
Location Map
Request History
{{ range .Timeline }}
{{ .At|timeSince }}
{{ .Title }}

{{ .Detail }}

{{ end }}
{{ end }}