{% extends "sidebar_table_layout.html" %} {% block sidebar %}
{{ balance_table(show_weight=False) }}
{% endblock %} {% block content %} {% for bill in bills %} {% endfor %}
{{ _("Who pays?") }}{{ _("To whom?") }}{{ _("How much?") }}{{ _("Settled?") }}
{{ bill.ower }} {{ bill.receiver }} {{ bill.amount|currency }}
{{ ("Settle") }}
{% endblock %}