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