{% extends "base.html" %} {% load i18n %} {% block title %}{% trans 'Server error (500)' %} | {{ block.super }}{% endblock %} {% block content %}

{% trans 'Server Error (500)' %}

{% trans "There's been an error. It's been reported to the site administrators via email and should be fixed shortly. Thanks for your patience." %}

{% endblock %}