{% extends "base.html" %} {% load i18n %} {% block headtitle %}{% trans 'Server Internal Error' %}{% endblock %} {% block main_content %}

{% trans 'Server Internal Error' %}

{% trans 'Ooops, the server just failed in computing your request.' %}

{% trans 'The administrators have been notified.' %}

{% endblock %}