{% extends "base.html" %}{% load i18n %} {% block scripts %} {% endblock %} {% block pagetitle %}{% trans "Server error" %}{% endblock %} {% block title %}{% trans "500 Server Error" %}{% endblock %} {% block content %}
{% trans "Sorry; something went wrong at our end." %}
{% trans "We've sent an e-mail to the webmaster, so it should be fixed soon." %}
{% trans "If you have any further information, questions or feedback, you can contact us using the feedback button at the bottom of the site." %}
{% url home:index as home_url %} {% blocktrans %}Alternatively, you can try returning to the home page.{% endblocktrans %}