{% extends "base.html" %} {% load staticfiles %} {% load bootstrap4 %} {% block content %}

Transactions

{% csrf_token %} {{ formset.management_form }} {% for form in formset %} {% if form.instance.status == status_matching %} {% else %} {% endif %} {% for field in form %} {% if "Id:" in field.label_tag %} {% else %} {% if "Chaos number:" in field.label_tag %} {% endwith %} {% with field.auto_id|add:"lookupfee" as lookupfeeid %} {% endwith %} {% else %} {% endif %} {% endif %} {% endfor %} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %} {% endfor %}
ChaosNr Lookup Name (db) Paid until (db match) Status Rating Referenz Verwendungszweck Name (imported) Amount (imported)
{{ field }} {% with field.auto_id|add:"lookup" as lookupid %}
{{ form.instance.get_expected_member.first_name }} {{ form.instance.get_expected_member.last_name }}
{{ form.instance.get_expected_member.getPaidUntil }}
{{ form.instance.rating }} {{ form.instance.referenz }} {{ form.instance.verwendungszweck }} {{ form.instance.payer }} {{ form.instance.amount }}
{% endblock %}