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