{% extends "base.html" %} {% load i18n %} {% block title %} - {% trans "Internal Server Error" %}{% endblock %} {% block content %}
{% trans "An unexpected error occurred while processing your request. Please try your request again." %}