diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 33d8fe4c..3aafac3f 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?") }} | {{ _("Original currency") }} | {{ _("Original amount") }} | {{ _("Actions") }} | |
---|---|---|---|---|---|---|---|---|
{{ _("When?") }} | {{ _("Who paid?") }} | {{ _("For what?") }} | {{ _("For whom?") }} | {{ _("How much?") }} | {{ _("Amount in ") }}{{ g.project.default_currency }} | {{ _("Actions") }} | ||
{{ "%0.2f"|format(bill.amount) }} ({{ "%0.2f"|format(bill.pay_each()) }} {{ _("each") }}) | -{{ bill.original_currency }} | +{{ "%0.2f"|format(bill.amount) }} {{bill.original_currency}} ({{ "%0.2f"|format(bill.pay_each()) }} {{ _("each") }}) | {{ bill.original_amount }} | {{ _('edit') }} |