{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Internal server error" %} {% endblock %} {% block content %}

{% trans "An error occurred while processing your request. The administrators have been informed about the error." %}

{% endblock %}