{% extends "admin_app.html" %} {% block content %}

{% trans %}Welcome to the administration dashboard!{% endtrans %}

{% trans user_name=user_info.display_name %}At your service, {{ user_name }}.{% endtrans %}

{% trans %}Manage users{% endtrans %}

{% trans %}Modify administrative user information or delete users.{% endtrans %}

{% trans %}Manage circles{% endtrans %}

{% trans %}Create and manage social circles represented on your service.{% endtrans %}

{% trans %}Manage invitations{% endtrans %}

{% trans %}Create, revoke or view invitations.{% endtrans %}

{% trans %}Back to the main view{% endtrans %}

{% trans %}Go back to your user’s web portal page.{% endtrans %}

{% endblock %}