{% extends "hyperkitty/base.html" %} {% load i18n %} {% block content %}
{% trans "Error 500" %}

{% trans "Oh No!" %}

{% trans "Sorry, but the requested page is unavailable due to a server hiccup." %}

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