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

${_("Checkout Cancelled")}

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