{% extends "base.html" %} {% load i18n %} {% block head_title %}{% trans "Error 500" %}{% endblock %} {% block content %}
{% trans "We are sorry, but a server error occured. Our team will be looking into the issue shortly." %}