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

Crew-Ansicht

Zahlung für {{ tab_user.username }}

Rechnung {{ total|floatformat:2 }} € {% if paid %} Bezahlt {{ paid|floatformat:2 }} € {% endif %} Offen {{ open_balance|floatformat:2 }} €
{% if error %}

{{ error }}

{% endif %}
{% csrf_token %}
{% if user_payments %}

Bisherige Zahlungen

{% endif %}
Zurück
{% endblock %}