{% load base_filters %} {% if obj %} {{ MODULE_DONATIONS_LABEL}} #{{ obj.id }} {% if obj.from_object %}From {{ obj.from_object }} (ID: {{ obj.from_object.id }}) {% else %}from {{ obj.first_name }} {{ obj.last_name}} ({{ obj.email }}){% if obj.donate_to_entity %}{% endif %} to {{ obj.donate_to_entity.entity_name }}{% endif %} {% else %} {% trans 'Donation information not available' %} {% endif%} {{ invoice.total|format_currency }}