Donation Amount:
{{ donation.donation_amount }}
{% if donation.allocation %}
Allocated to:
{{donation.allocation }}
{% endif %}
Invoice ID:
{% if donation.invoice %}
{% else %}
n/a
{% endif %}
{% if donation.user %}
User:
{% endif %}
Name:
{{ donation.first_name }} {{ donation.last_name }}
Company:
{{ donation.company }}
Address:
{{ donation.address }} {{ donation.address2 }}
{{ donation.city }} {{ donation.state }} {{ donation.zip_code }} {{ donation.country }}
Phone:
{{ donation.phone }}
Email:
{{ donation.email|obfuscate_email }}
Referred By:
{{ donation.referral_source }}
Comments:
{{ donation.comments|safe }}
Create Date:
{{ donation.create_dt|date:"long" }}