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

{% trans "Error 500" %}

{% trans "We are sorry, but a server error occured. Our team will be looking into the issue shortly." %}

{% endblock %}