mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
14 lines
351 B
HTML
14 lines
351 B
HTML
{% extends 'invoice_list.html' %}
|
|
|
|
{% block title %}
|
|
Outstanding Invoices
|
|
{% endblock %}
|
|
|
|
{% block heading %}
|
|
Outstanding Invoices ({{ count }} Events, £{{ total|floatformat:2 }})
|
|
{% endblock %}
|
|
|
|
{% block description %}
|
|
<p>Paperwork for these events has been sent to treasury, but the full balance has not yet appeared on a ledger</p>
|
|
{% endblock %}
|