diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index efe55288..44aa1bb5 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -1,6 +1,6 @@ {% extends "sidebar_table_layout.html" %} -{%- macro bill_amount_weighted(bill, weights, currency=bill.original_currency, amount=bill.amount) %} +{%- macro weighted_bill_amount(bill, weights, currency=bill.original_currency, amount=bill.amount) %} {{ amount|currency(currency) }} ({{ _("%(amount)s each", amount=(amount / weights)|currency(currency)) }}) {% endmacro -%} @@ -128,8 +128,8 @@ {%- endif %}