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

{% trans "Internal Server Error" %} (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." %}

{% endblock %}