{% extends "base_error.html" %} {% load i18n %} {% block content %}

{% trans "Server Error." %} (500)

{% trans "The server encountered an internal error and was unable to complete your request. Please contact your system administrator with the error message below." %}

{% if error %}{% endif %}
{% endblock %}