<%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 Cancelled")}

${_("Checkout Cancelled")}

${ Text(_(u"Your transaction has been cancelled. If you feel an error has occurred, contact {email}.")).format( email=HTML("{email}").format(email=payment_support_email)) }