{% extends "core/base.html" %} {% load i18n %} {% block browser_title %}{% blocktrans %}Network error{% endblocktrans %}{% endblock %} {% block content %}

{% blocktrans %}No connection to server.{% endblocktrans %}

{% blocktrans %} This page is not available without a connection to the server. Please check your internet connection and try again. If you are connected and the error persists, please contact the system administrators: {% endblocktrans %}

{% include "core/partials/admins_list.html" %} refresh {% trans "Retry" %} {% endblock %}