{% extends 'edx/base.html' %} {% load i18n %} {% load staticfiles %} {% block title %} {% trans "Checkout Error" %} {% endblock %} {% block navbar %} {% include 'edx/partials/_student_navbar.html' %} {% endblock %} {% block content %}

{% trans "Checkout Error" %}

{% trans "An error has occurred with your payment." %} {% trans "You have not been charged." %}

{% 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 %}

{% endblock %}