{% include 'partials/header.html' %} {% load material_form %}
add Buchungskonto anlegen

Buchungskonten

{% if form.errors %} {% endif %}
{% for account in accounts %} {% if account.income %} {% else %} {% endif %} {% endfor %}
Buchungskonto Kostenstelle erwartete Einnahmen erwartete Ausgaben Aktionen
{{ account.name }} {{ account.cost_center }}{{ account.budget }} € {{ account.budget }} € create
{% csrf_token %}
{% include 'partials/footer.html' %}