<%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML, Text %> <%inherit file="../main.html" /> <%block name="pagetitle">${_("Checkout Error")}

${_("Checkout Error")}

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