{{template "admin" .}} {{define "page-title"}} Reservation {{end}} {{define "content"}} {{$res := index .Data "reservation"}} {{$src := index .StringMap "src"}}

Arrival: {{humanDate $res.StartDate}}
Departure: {{humanDate $res.EndDate}}
Room: {{$res.Room.RoomName}}

{{with .Form.Errors.Get "first_name"}} {{end}}
{{with .Form.Errors.Get "last_name"}} {{end}}
{{with .Form.Errors.Get "email"}} {{end}}

{{end}} {{define "js"}} {{$src := index .StringMap "src"}} {{end}}