mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Also: - Find and replace panel -> card - Some base template work - gulpfile things, added dep on django-gulp
13 lines
356 B
HTML
13 lines
356 B
HTML
{% extends 'RIGS/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 %} |