{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "500" %}{% endblock %} {% block content %}

Oops!

{% trans "500 Internal Server Error" %}

{% trans "The server encountered an internal error or misconfiguration and was unable to complete you request." %}

← Back
{% endblock %}