{% include 'partials/header.html' %} {% load material_form %}
{% block content %} Neue Buchung anlegen   {% if archiv %} Zur aktuellen Übersicht {% else %} Zum Archiv {% endif %}

Buchungen

{% for booking in bookings %} {{ booking.description }} {{ booking.planned_amount }} € {{ booking.account }} {{ booking.contact }} {{ booking.getStatus.name }} {% if booking.status < 2 %}
{% csrf_token %}
{% endif %}
{% endfor %}
{% endblock %}
{% include 'partials/footer.html' %}