{% extends 'edx/base.html' %} {% load i18n %} {% load staticfiles %} {% block title %} {% trans "Checkout Error" %} {% endblock title %} {% block navbar %} {% include 'edx/partials/_student_navbar.html' %} {% endblock navbar %} {% block content %}
{% blocktrans %} An error has occurred with your payment. You have not been charged. {% endblocktrans %}
{% with ""|safe as start_link %} {% blocktrans with end_link=""|safe %} Please try to submit your payment again. If this problem persists, contact {{ start_link }} {{ payment_support_email }}{{ end_link }}. {% endblocktrans %} {% endwith %}