From 0428cf06b50203432cb39bde95e450a481392797 Mon Sep 17 00:00:00 2001 From: Lucas Verney Date: Tue, 25 Dec 2018 16:50:14 +0100 Subject: Add bill.creation_date field (#327) --- ihatemoney/templates/list_bills.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ihatemoney/templates/list_bills.html') diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 81f8cd5..718009b 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -98,10 +98,11 @@ {% if bills.count() > 0 %} - + {% for bill in bills %} + -- cgit v1.1
{{ _("When?") }}{{ _("Who paid?") }}{{ _("For what?") }}{{ _("For whom?") }}{{ _("How much?") }}{{ _("Actions") }}
{{ _("Added on") }}{{ _("When?") }}{{ _("Who paid?") }}{{ _("For what?") }}{{ _("For whom?") }}{{ _("How much?") }}{{ _("Actions") }}
{{ bill.creation_date if bill.creation_date else bill.date }} {{ bill.date }} {{ bill.payer }} {{ bill.what }}