diff --git a/jdav_web/finance/templates/admin/overview_submitted_statement.html b/jdav_web/finance/templates/admin/overview_submitted_statement.html index 0546b81..f0d36b7 100644 --- a/jdav_web/finance/templates/admin/overview_submitted_statement.html +++ b/jdav_web/finance/templates/admin/overview_submitted_statement.html @@ -76,21 +76,29 @@
{% blocktrans %}The allowance of {{ allowance_per_yl }}€ per person should be paid to:{% endblocktrans %} -
| + | {% trans "IBAN valid" %} | + {% for member in statement.allowance_to.all %} -
|---|---|
| {{ member.name }} | +{{ member.iban_valid|render_bool }} | +
{% blocktrans %}The subsidies for night and transportation costs of {{ total_subsidies }}€ should be paid to:{% endblocktrans %} -
| + | {% trans "IBAN valid" %} | + +
|---|---|
| {{ statement.subsidy_to.name }} | +{{ statement.subsidy_to.iban_valid|render_bool }} | +