I Hate Money — {{ g.project.name }} {% trans project_name=g.project.name %}Latest bills from {{ project_name }}{% endtrans %} {{ url_for(".list_bills", _external=True) }} {% for (weights, bill) in bills.items -%} {{ bill.what }} - {{ bill.amount|currency(bill.original_currency) }} {{ bill.id }} {{ bill.payer }} {% if bill.external_link %}{{ bill.external_link }}{% endif -%} {{ bill.date|dateformat("long") }} - {{ bill.owers|join(', ', 'name') }} : {{ (bill.amount/weights)|currency(bill.original_currency) }} {{ bill.creation_date.strftime("%a, %d %b %Y %T") }} +0000 {% endfor -%}