{% extends "admin_base.html" %} {% block title %}List All Nodes{% endblock %} {% block content %}
Shortcode | Location | Total Nodes | Total Servers | Manage |
---|---|---|---|---|
{{ location.short }} | {{ location.long }} | {% if location.totalnodes == null %}0{% else %}{{ location.totalnodes }}{% endif %} | {% if location.totalnodes == null %}0{% else %}{{ location.totalservers }}{% endif %} | Edit Delete |