{% extends "shop/checkout/base_confirm.html" %} {% load i18n %} {% load satchmo_currency satchmo_order %} {# this is the gift certificate confirmation template #} {% block errorheader %}We got an error while trying to charge your gift certificate{% endblock %} {% block navbar %} {% trans "Home" %} :: {% trans "Checkout" %} {% endblock %} {% block payment_display %}
{% blocktrans %}Order total: {{ orderbalance }}{% endblocktrans %}
{% blocktrans %}You are about to use Gift certificate #{{ giftcode }} which has {{ certbalance }} total available to pay for your order.{% endblocktrans %}
{% blocktrans %}If there isn't enough remaining to pay for the whole order, you'll be able to select another form of payment for the balance after you use this gift certificate.{% endblocktrans %}
{% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endblock %}