From b056ff8881aea87205ee89764a35aff2cd36f513 Mon Sep 17 00:00:00 2001 From: mariusrklein <47218379+mariusrklein@users.noreply.github.com> Date: Sat, 25 Jan 2025 11:27:07 +0100 Subject: [PATCH] extended submitted statement overview to include iban checks --- .../admin/overview_submitted_statement.html | 28 ++++++++++++------- 1 file changed, 18 insertions(+), 10 deletions(-) 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 }} | +