{% extends "office/account/base.html" %} {% load bootstrap4 %} {% load extract_property %} {% load i18n %} {% block account_content %}
{% trans "Date" %} | {% trans "Purpose" %} {% trans "Originator/Recipient" %} |
{% trans "Member" %} | {% trans "Account" %} | {{ ACCOUNT_COLUMN_HEADERS.0 }} | {{ ACCOUNT_COLUMN_HEADERS.1 }} | ||
---|---|---|---|---|---|---|---|
{% if booking.transaction_balances_debit == booking.transaction_balances_credit %} {% else %} {% endif %} | {% if transaction.documents.count %} {% endif %} | {{ transaction.value_datetime.date }} |
{{ transaction.find_memo }}
{% if booking.data.other_party %}
{{ booking.data.other_party }} {% endif %} |
{{ booking.member.name }} |
{% if booking.debit_account %}
{{ booking.counter_bookings | extract_property:"credit_account" | join:", "}} {% elif booking.credit_account %} {{ booking.counter_bookings | extract_property:"debit_account" | join:", "}} {% endif %} |
{% if booking.debit_account %} {{ booking.amount }} {% endif %} | {% if booking.credit_account %} {{ booking.amount }} {% endif %} |
{{ related_booking.memo|default:"" }}
{% if related_booking.data.other_party %}
{{ related_booking.data.other_party }} {% endif %} |
{{ related_booking.member.name }} | {{ related_booking.debit_account|default:related_booking.credit_account }} | {% if related_booking.debit_account %} {{ related_booking.amount }} {% endif %} | {% if related_booking.credit_account %} {{ related_booking.amount }} {% endif %} |