{% extends "base.html" %} {% block title %}{{ network_name }} - Admin{% endblock %} {% block content %}

Admin

Sign Out
{% if auth_username or auth_user %} {{ auth_username or auth_user }} {% endif %} {% if auth_email %} {{ auth_email }} {% endif %}

Members

Manage network members and operators.

Node Tags

Manage custom tags and metadata for network nodes.

{% endblock %}