{% extends "base.html" %} {% load i18n %} {% block title %}{{ block.super }} | {% trans "Page unavailable" %}{% endblock %} {% block content_title %}
{% trans "We're sorry, but the requested page is currently unavailable." %}
{% trans "We're messing around with things internally, and the server had a bit of a hiccup." %}
{% trans "Please try again later." %}
{% endblock %}