{% extends "error.html" %} {% load i18n %} {% block title %}{% trans "Internal Server Error" %}{% endblock %} {% block content %}
{% trans "We had trouble processing your request." %}
{% trans "If this problem persists, please contact us." %}
{{ exception }}
{% endblock %}