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

{{ error }}

{% trans "If you need assistance, contact edX support." %}
{% endblock %}