{% extends "site_base.html" %} {% load i18n %} {% block head_title %}{% trans "Server Error" %}{% endblock %} {% block content %}

{% trans "Something went wrong" %}

{% trans "We're sorry but a server error has occurred. We've been notified and will look into it as soon as possible." %}

{% endblock %}