{% extends "base.html" %} {% load i18n %} {% block content %}
{% blocktrans trimmed %} Oops. That shouldn't have happened. Technical details of the error have been recorded. Please get in touch with your course staff to let them know what you were doing when the error occurred. Also mention the current time when sending your report. {% endblocktrans %}
{% if maintenance_mode %}{% url "relate-home" as relate-home %} {% blocktrans trimmed %} In the meantime, you may navigate back to the home page.{% endblocktrans %}
{% endif %}{% trans "Sorry, and thanks for your patience!" %}
{% endblock %}