{{ receipt.name }}
Date: {{ receipt.created|date:'d/m/Y' }}
{% if receipt.type == 'membership' %}
Membership Type: {{ receipt.member.member_type }}
{% endif %}
Received from: {{ receipt.member }}
Payment Type: {{ receipt.payment_type }}
TOTAL RECEIVED {% if receipt.type == 'meeting-booking' %}{% if receipt.meeting_booking.currency == 'EUR' %}€{% else %}£{% endif %}{% else %}£{% endif %}{{ receipt.amount_paid|floatformat:2 }}
Many thanks for your support