{{ template "rmo/layout/base.html" . }}
{{ define "title" }}Status{{ 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 }}
{{ end }}