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