added org-beitrag to statement summary

pull/149/head
mariusrklein 8 months ago
parent 59e8237a3f
commit cd90387476

@ -297,6 +297,16 @@ msgstr "Aufwandsentschädigung für %(excu)s"
msgid "Night and travel costs for %(excu)s"
msgstr "Übernachtungs- und Fahrtkosten für %(excu)s"
#: finance/models.py
msgid "reduced by org fee"
msgstr "reduziert um Org-Beitrag"
#: finance/models.py
#, fuzzy, python-format
#| msgid "Night and travel costs for %(excu)s"
msgid "Night and travel costs for %(excu)s, reduced by org fee"
msgstr "Übernachtungs- und Fahrtkosten für %(excu)s"
#: finance/models.py
#, python-format
msgid "LJP-Contribution %(excu)s"

@ -115,6 +115,9 @@ in der Ausgabenübersicht gesondert aufgeführt.
{% if statement.subsidy_to %}
\multicolumn{2}{l}{Zuschuss Übernachtung und Anreise für alle Jugendleiter*innen} & {{ statement.subsidy_to.name|esc_all }} & {{ statement.total_subsidies }}\\
{% endif %}
{% if statement.total_org_fee %}
\multicolumn{2}{l}{abzüglich Organisationsbeitrag für {{ old_participant_count }} Teilnehmende über 27 } & & -{{ statement.total_org_fee }}\\
{% endif %}
\midrule
\multicolumn{3}{l}{\textbf{Summe Zuschüsse und Aufwandsentschädigung Jugendleitende}} & \textbf{ {{ statement.total_staff }} }\\
{%endif %}

Loading…
Cancel
Save