{% extends "admin/base_site.html" %} {% load i18n admin_urls static %} {% block extrahead %} {{ block.super }} {{ media }} {% endblock %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} admin-view {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}
| Amount | Covered by association | {% for bill in statement.bill_set.all %}|
| {{bill.short_description}} | {{ bill.amount }}€. | {{ bill.costs_covered }} |
{% blocktrans %}The total amount is {{total_bills}} €.{% endblocktrans %}
{% if statement.excursion %}This excursion featured {{ staff_count }} youth leader(s), each costing
In total this is {{ total_per_yl }}€ times {{ staff_count }}, giving {{ total_staff }}€.
{% endblocktrans %} {% endif %}{% blocktrans %} This results in a total amount of {{ total }} € {% endblocktrans %}
| Amount | Reference | Ledger | {% for transaction in statement.transaction_set.all %}|
| {{ transaction.member }} | {{ transaction.amount }}€ | {{ transaction.reference }} | {{ transaction.ledger }} |
{% blocktrans %}The current transactions do not reflect all costs in this statement. Please fix the following issues:{% endblocktrans %}
| Currently receiving | Actual costs | Difference | {% for issue in transaction_issues %}|
| {{ issue.member }} | {{ issue.current }}€ | {{ issue.target }}€ | {{ issue.difference }}€ |