{% extends "base.html" %} {% load i18n %} {% block menu %} {% include "tabs.html" %} {% endblock %} {% block subtitle %}{% trans "Server error" %}{% endblock %} {% block main_content %}
{% trans "We apologize for the inconvenience." %}
{% blocktrans %} Our admins were notified about the problem and will attend to it as soon as possible. Please try this link later. {% endblocktrans %}
{% endblock %}