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

{% trans "Checkout Cancelled" %}

{% with ""|safe as start_link %} {% blocktrans with end_link=""|safe %} Your transaction has been cancelled. If you feel an error has occurred, contact {{ start_link }} {{ payment_support_email }}{{ end_link }}. {% endblocktrans %} {% endwith %}

{% endblock content %}