{% extends "core/base.html" %} {% load i18n %} {% block page_title %} {% blocktrans %}Internal Server Error{% endblocktrans %} {% endblock %} {% block content %}

{% blocktrans %} An unexpected error has occured. {% endblocktrans %}


{% blocktrans %} Your site administrators will automatically be notified about this error. {% endblocktrans %}

{% endblock %}