mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
13 lines
245 B
HTML
13 lines
245 B
HTML
{% extends 'RIGS/invoice_list.html' %}
|
|
|
|
{% block title %}
|
|
Invoice Archive
|
|
{% endblock %}
|
|
|
|
{% block heading %}
|
|
All Invoices
|
|
{% endblock %}
|
|
|
|
{% block description %}
|
|
<p>This page displays all invoices: outstanding, paid, and void</p>
|
|
{% endblock %} |