| Member | {% for m in months %}{{ m }} | {% endfor %}Balance |
|---|---|---|
| {{ row.name }} | {% for cell in row.months %}{{ cell.text }} {% if cell.status == 'unpaid' or cell.status == 'partial' %} {% endif %} | {% endfor %}{{ "%+d"|format(row.balance) if row.balance != 0 else "0" }} {% if row.balance < 0 %} {% endif %} |
| TOTAL | {% for t in totals %}received / expected {{ t.text }} | {% endfor %}