{% extends "base.html" %} {% from "macros/icons.html" import icon_user, icon_email, icon_users, icon_tag %} {% block title %}Admin - {{ network_name }}{% endblock %} {% block content %}

Admin

Sign Out
{% if auth_username or auth_user %} {{ icon_user("h-4 w-4") }} {{ auth_username or auth_user }} {% endif %} {% if auth_email %} {{ icon_email("h-4 w-4") }} {{ auth_email }} {% endif %}

{{ icon_users("h-6 w-6") }} Members

Manage network members and operators.

{{ icon_tag("h-6 w-6") }} Node Tags

Manage custom tags and metadata for network nodes.

{% endblock %}