{% extends "base.html" %} {% load i18n %} {% block extrahead %} {% endblock %} {% block layout %}

{% trans 'Internal Server Error!' %}

{% trans "Something went terribly wrong. We're very sorry and will fix this problem as soon as possible." %}

{% trans 'Go back to previous page' %}

{% endblock %}