{% extends "admin/index.html" %} {% comment %} SPDX-License-Identifier: GPL-2.0-or-later Copyright © 2019 Alexandre Iooss {% endcomment %} {% load i18n static %} {% block content_title %}

{% blocktrans %}Welcome to {{ name_website }}{% endblocktrans %}

{% endblock %} {% block content %}

{% blocktrans %}You are on the operator interface. Here you will be able to manage the network and users from the top left menu. You can also go read the developer documentation.{% endblocktrans %}

{% blocktrans %}To go back to the main site, click "View site" button in top right menu.{% endblocktrans %}

{% endblock %} {% block sidebar %} {% endblock %}