{% extends "core/base.html" %} {% load i18n %} {% block browser_title %}{% blocktrans %}Network error{% endblocktrans %}{% endblock %} {% block content %}
{% blocktrans %} This page is not available offline. Since you probably don't have an internet connection, check to see if your WiFi or mobile data is turned on and try again. If you think you are connected, please contact the system administrators: {% endblocktrans %}
{% include "core/partials/admins_list.html" %} {% endblock %}