{% load base_filters %} {% if obj %} {% trans 'Donation #' %}{{ 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 }}){% endif %} {% else %} {% trans 'Donation information not available' %} {% endif%} {{ invoice.total|format_currency }}