{% load i18n leprikon_tags %}
{% trans 'Receipt for donation' %} |
{% trans 'recipe number' %}: {{ object.id }} | |||||
|
{% trans 'donation type' %}: {{ object.transaction_type_label }} |
| {% if object.source_registration %} {% include 'leprikon/registration_recipe.html' with registration=object.source_registration %} {% endif %} |
{% if object.received_by %}
{% trans 'donation received by' %}: {{ object.received_by.get_full_name }} {% endif %} |