{% extends "core/base.html" %} {% load i18n %} {% block content %}
{% blocktrans %} There was an error accessing this page. 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 %}