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

{% trans "Payment Failed" %}

{% blocktrans %} A system error occurred while processing your payment. You have not been charged. {% endblocktrans %}

{% with ""|safe as start_link %} {% blocktrans with end_link=""|safe %} Please wait a few minutes and then try again. For help, contact {{ start_link }}{{ payment_support_email }}{{ end_link }}. {% endblocktrans %} {% endwith %}

{% with ""|safe as start_link %} {% blocktrans with end_link=""|safe %} To try again, visit the {{ start_link }}basket page{{ end_link }}. {% endblocktrans %} {% endwith %}

{% endblock content %}