<%! from django.utils.translation import ugettext as _ %> <%inherit file="../main.html" /> <%block name="pagetitle">${_("Checkout Error")}

${_("Checkout Error")}

${ _(u"An error has occurred with your payment. You have not been charged. Please try to submit your payment again. If this problem persists, contact {email}.").format( email="{email}".format(email=payment_support_email)) }