{{define "title"}}Adults{{end}} {{define "content"}}
| Member | {{range $i, $m := .Data.Months}}{{$m}} | {{end}}Balance | |
|---|---|---|---|
| {{$row.Name}} | {{range $i, $cell := $row.Months}}{{$cell.Text}} {{if and (or (eq $cell.Status "unpaid") (eq $cell.Status "partial")) (lt $cell.RawMonth $.Data.CurrentMonth)}} Pay {{end}} | {{end}}{{$row.Balance}} CZK | {{if gt $row.PayableAmount 0}} Pay All {{end}} |
| TOTAL | {{range $i, $t := .Data.Totals}}{{$t.Text}} | {{end}}||
No members found.
{{end}} {{if .Data.Credits}}| Date | Amount | Sender | Message |
|---|---|---|---|
| {{.Date}} | {{printf "%.0f" .Amount}} CZK | {{.Sender}} | {{.Message}} |