{% extends "registrasion/base.html" %} {% load bootstrap %} {% block body %}

Invoice {{ invoice.id }} - {{ invoice.get_status_display }}

Past payments

{% include "registrasion/payment_list.html" with payments=invoice.paymentbase_set.all %}

Apply manual payment

Enter a reference and the amount of the payment. A refund is a negative payment.

{% csrf_token %} {{ form|bootstrap }}
Return to invoice
{% endblock %}