| 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') and cell.raw_month < current_month %} {% endif %} | {% endfor %}{{ "%+d"|format(row.balance) if row.balance != 0 else "0" }} {% if row.payable_amount > 0 %} {% endif %} |
| TOTAL | {% for t in totals %}received / expected {{ t.text }} | {% endfor %}