{% extends "donations/base.html" %} {% block title %}{{ MODULE_DONATIONS_LABEL }} {% trans 'Confirmation' %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{{ MODULE_DONATIONS_LABEL }} {% trans 'Confirmation' %}

{% blocktrans with mylabel=MODULE_DONATIONS_LABEL|lower %}Thank you for your {{ mylabel }}!{% endblocktrans %}

{% if donation.invoice %}
{% trans "View Invoice" %} {% if donation.invoice.balance > 0 %} {% if SITE_GLOBAL_MERCHANTACCOUNT and SITE_GLOBAL_MERCHANTACCOUNT != 'asdf asdf asdf' %}     {% trans "Pay Online" %} {% endif %} {% endif %}
{% endif %}
{% endblock %}