{% extends "base-fluid.html" %} {% from "_helpers.html" import is_active, link_to_scope %} {% block title %}Network Scopes{% endblock %} {% block main %} {% set path = request.path %}
{% block scopes_main %} {% for scope in scopes %} {% endfor %}
Name Description First vlan Last vlan Supernet Default domain
{{ link_to_scope(scope) }} {{ scope.description }} {{ scope.first_vlan }} {{ scope.last_vlan }} {{ scope.supernet }} {{ scope.domain }}
{%- endblock %} {%- endblock %} {% block csentry_scripts %} {% endblock %}