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 @@
- + {% for bill in bills %} @@ -120,8 +120,7 @@ {%- else -%} {{ bill.owers|join(', ', 'name') }} {%- endif %} - - +
{{ _("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') }}