{% extends "base.html" %} {% block base_header_additional_head %} {% endblock %} {% block base_content %}
{% for view in views %} {% endfor %}
Available Netmap views
Choosing a private view to be a default view, will convert the current view to public! Heart shows current global view.
Title Description Topology Is public? Action
{{view.title}} {% if view.description %}{{view.description}}{% else %}N/A{% endif %} {{view.topology_unicode}} {{view.is_public}}
{% endblock %}