| 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" }} |