{% extends "error.html" %} {% load i18n %} {% block title %}{% trans "Internal Server Error" %}{% endblock %} {% block content %}

{% trans "Internal Server Error" %}

{% trans "We had trouble processing your request." %}

{% trans "If this problem persists, please contact us." %}

{{ exception }}

{% trans "Take a step back" %} · {% trans "Try again" %}

{% endblock %}