diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html
index 5e3bcd4..74923e2 100644
--- a/budget/templates/list_bills.html
+++ b/budget/templates/list_bills.html
@@ -158,7 +158,7 @@
{{ bill.date }} |
{{ bill.payer }} |
{{ bill.what }} |
- {% for ower in bill.owers %}{{ ower.name }} {% endfor %} |
+ {{ bill.owers|join(', ', 'name') }} |
{{ "%0.2f"|format(bill.amount) }} ({{ "%0.2f"|format(bill.pay_each()) }} {{ _("each") }}) |
|