diff --git a/templates/treasury/invoice_list.html b/templates/treasury/invoice_list.html index f80e2342..f14d278d 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 cb06bbd0..f56c0c79 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 %}