{% extends 'django_error_views/error_base.html' %} {% load i18n %} {% block title %}{% blocktrans %}Server error{% endblocktrans %}{% endblock %} {% block error %}

{% blocktrans %}Oops! An error occurred{% endblocktrans %}

HTTP 500 Internal Server Error

{% if message %}
{{ message }}
{% endif %} {% endblock %} {% block actions %}

{% blocktrans %}We're sorry for the inconvenience. We should get notified of the error and we'll correct it as soon as possible{% endblocktrans %} {{ block.super }} {% endblock %}