{% extends "admin_app.html" %} {% set body_id = "home" %} {% block content %}
{% trans user_name=user_info.display_name %}At your service, {{ user_name }}.{% endtrans %}
{% trans %}Create password reset links or delete users.{% endtrans %}
{% trans %}Create and manage social circles represented on your service.{% endtrans %}
{% trans %}Create, revoke or copy invitations.{% endtrans %}
{% trans %}View the server status or send a broadcast message to all users.{% endtrans %}
{% trans %}Send a broadcast message to all users.{% endtrans %}
{% trans %}Go back to your user's web portal page.{% endtrans %}