diff --git a/templates/treasury/invoice_list.html b/templates/treasury/invoice_list.html index f80e234..f14d278 100644 --- a/templates/treasury/invoice_list.html +++ b/templates/treasury/invoice_list.html @@ -3,6 +3,19 @@ {% load i18n %} {% block content %} +
+
+ +
+
+ {% render_table table %} {% trans "New invoice" %} diff --git a/templates/treasury/remittance_list.html b/templates/treasury/remittance_list.html index cb06bbd..f56c0c7 100644 --- a/templates/treasury/remittance_list.html +++ b/templates/treasury/remittance_list.html @@ -3,6 +3,19 @@ {% load i18n %} {% block content %} +
+
+ +
+
+

{% trans "Opened remittances" %}

{% if opened_remittances.data %} {% render_table opened_remittances %}