{% extends "sidebar_table_layout.html" %} {% block sidebar %}
{{ _("Who pays?") }} | {{ _("To whom?") }} | {{ _("How much?") }} | {{ _("Settled?") }} |
---|---|---|---|
{{ transaction.ower }} | {{ transaction.receiver }} | {{ transaction.amount|currency }} | {{ ("Settle") }} |