{% include 'partials/header.html' %} {% load material_form %}
{# Neuen Antrag stellen#} {% block content %}

Neues Buchungskonto

{% csrf_token %} {% form form=form %} {% endform %}

Bestehende Buchungskonten

{% for account in accounts %}
{{ account.name }} {{ account.costcenter }} {% if account.income %} {{ account.budget }} {% else %} {{ account.budget }} {% endif %}
{% csrf_token %}
{% csrf_token %}
{% endfor %}
{% endblock %}
{% include 'partials/footer.html' %}