FUJ Junior Fees Dashboard

Calculated monthly fees based on attendance markers.
Source: Junior Attendance Sheet | Payments Ledger
{% for m in months %} {% endfor %} {% for row in results %} {% for mdata in row.months %} {% endfor %} {% endfor %} {% for t in totals %} {% endfor %}
Member{{ m }}
{{ row.name }} {{ mdata.cell }}
TOTAL{{ t }}
{% set rt = get_render_time() %}