diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 84f72994..33d8fe4c 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -101,7 +101,7 @@
{{ _("When?") }} | {{ _("Who paid?") }} | {{ _("For what?") }} | {{ _("For whom?") }} | {{ _("How much?") }} | {{ _("Actions") }} | |||
---|---|---|---|---|---|---|---|---|
{{ _("When?") }} | {{ _("Who paid?") }} | {{ _("For what?") }} | {{ _("For whom?") }} | {{ _("How much?") }} | {{ _("Original currency") }} | {{ _("Original amount") }} | {{ _("Actions") }} | |
{{ "%0.2f"|format(bill.amount) }} ({{ "%0.2f"|format(bill.pay_each()) }} {{ _("each") }}) | +{{ bill.original_currency }} | +{{ bill.original_amount }} | {{ _('edit') }} {{ _('delete') }} |