{% extends "core/base.html" %} {% load i18n %} {% block content %}
error_outline {% trans "Error" %} (500): {% blocktrans %}An unexpected error has occured.{% endblocktrans %}

{% blocktrans %} Your site administrators will automatically be notified about this error. You can also contact them directly: {% endblocktrans %}

{% include "core/partials/admins_list.html" %}
{% endblock %}