{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Server error (500)' %}{% endblock %} {% block list_of_items %}

500

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

{% trans "Go back to home" %}
{% endblock list_of_items %}