{{ entry.value }}
{% trans "Membership due" %}
{% elif entry.subtype == "membership-paid" %}
{{ entry.value }}
{% trans "Payment received" %}
{% else %}
{% endif %}
{% with memo=entry.instance.find_memo %}
{% if memo and not entry.subtype == "membership-due" %}
{{ memo }}
{% endif %}
{% endwith %}
{% with booking_datetime=entry.instance.booking_datetime|default:entry.instance.transaction.booking_datetime %}
{% if booking_datetime and booking_datetime != entry.instance.transaction.value_datetime %}
{% endif %}
{% endwith %}
{% if entry.deleted %}
{% endif %}