{{template "admin" .}} {{define "page-title"}} Reservations Calendar {{end}} {{define "content"}} {{$now := index .Data "now"}} {{$rooms := index .Data "rooms"}} {{$dim := index .IntMap "days_in_month"}} {{$curMonth := index .StringMap "this_month"}} {{$curYear := index .StringMap "this_month_year"}}
{{add $index 1}} | {{end}}
{{if gt (index $reservations (printf "%s-%s-%d" $curYear $curMonth (add $index 1))) 0}} R {{else}} {{end}} | {{end}}