{% extends "base/base.html" %} {% block content %}

{{forderung_kopf[0].Beleg }}


{%include 'forderungen/details/details_uebersicht.html' %} {%include 'forderungen/details/details_kommentare.html' %}

{%include 'base/chat_container.html' %}
 
{%include 'forderungen/details/details_formular.html' %}


{%include 'forderungen/details/details_dateien.html' %}

{%include 'forderungen/details/details_rohdaten.html' %}

{%include 'forderungen/details/details_mahnungen.html' %}

{%include 'forderungen/details/details_positionen.html' %}

{%include 'forderungen/details/details_buchungen.html' %}
{% endblock %}