{{template "resources.html"}} {{template "resources-body.html"}}
{{$app := .App}} {{$t := .Req.Time}} {{range $zoneName := .Req.Zones}} {{with resolveZone $app $zoneName}} {{if .Error}} Unable to load zone "{{$zoneName}}". The zone could be invalid {{else}} {{$zt := $t.In .Location}}
{{if not .IsOffset}} {{.FirstName}},  {{.City.Country.Ref}} {{else}} {{.Name}} {{end}} {{if not .IsOffset}} {{.TimeOffset $t | formatOffset}} {{end}} {{$zt.Format "2006-01-02"}}
{{$zt.Format "15:04"}}
{{end}} {{end}}
{{end}}
{{template "footer.html"}} {{template "interactive-icons.html"}}