From a52741b87f880d037cec424888b18c1a07cccd52 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 24 Mar 2020 01:12:22 +0100 Subject: [PATCH] Add tabs (can be improved) --- templates/treasury/invoice_list.html | 13 +++++++++++++ templates/treasury/remittance_list.html | 13 +++++++++++++ 2 files changed, 26 insertions(+) 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 %}