{{ define "check_list" }}
{{ $checkMaxIndex := sub (len $.Checks) 1 }} {{ range $i, $v := .Skeletons }} {{ $currentIndex := sub 59 $i }} {{ $check := "" }} {{ if lt $currentIndex (len $.Checks) }} {{ $check = index $.Checks $currentIndex }} {{ end }} {{ end }}
{{ if eq (len $.Checks ) 0}}
waiting...
{{ end }}
{{ end }}