{% extends "base.html" %} {% load i18n %} {% block title %}{{ object.name }}{% endblock %} {% block main %}
{{ object.description }}
{% url payment-donation-create object.slug %}
{% trans "Running in test mode" %}: {% if object.test_mode %}{% trans "YES" %}{% else %}{% trans "NO" %}{% endif %}
{% trans "Started" %}: {{ object.started }}
{% trans "Updated" %}: {{ object.updated }}
{% trans "Total donations" %}: {{ object.total_computed_donations }}
{% trans "Other donations" %}: {{ object.other_computed_donations }}
{% trans "Card donations" %}: {{ object.online_donations }}
{% trans "Time" %} | {% trans "Amount" %} | {% trans "Name" %} | {% trans "Email" %} |
---|---|---|---|
{% trans "Total" %} | {{ total.amount__sum }} | ||
{{ object.captured|date:"Y-m-d H:i" }} | {{ object.amount|floatformat:2 }} | {{ object.name }} | {{ object.emailĀ }} |