{% extends "shop/checkout/base_confirm.html" %} {% load i18n %} {% load satchmo_currency %} {# this is the credit-card confirm template #} {% block errorheader %}{% trans 'Please Note:' %}{% endblock %} {% block navbar %} {% trans "Home" %} :: {% trans "Checkout" %} {% endblock %} {% block payment_display %}

{% trans "Payment" %}

{% if not PAYMENT_LIVE %}PAYMENT TEST MODE
{% endif %} {% if giftcert %} {% with giftcert.code as giftcode %} {% with giftcert.balance|currency as balance %} {% blocktrans %}About to use your gift certificate: {{ giftcode }}, which has a balance of {{ balance }}.{% endblocktrans %} {% endwith %} {% endwith %} {% else %} {% trans 'About to use INVALID gift certificate' %} {% endif %} {% endblock %}