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

{{ error }}

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