{% extends "base.html" %} {% load report %} {% block base_header_additional_head %} {% endblock base_header_additional_head %} {% block base_content %} {% if matrix %}

Subnet matrix for {{ matrix.start_net.strCompressed }}

Showing utilization for subnets with masklengths {{ matrix.start_net.prefixlen }} to {{ matrix.end_net.prefixlen }}

{% with matrix.start_net.strNormal|urlencode|escapeslash as link %} {% if show_unused %} Hide unused address rows {% else %} {% if ipv4 %} Show unused address rows {% endif %} {% endif %} {% endwith %} {% for heading in matrix.column_headings %} {% endfor %} {% for node in matrix.nodes %} {% for subnet in node.subnets %} {% for cell in subnet %} {% empty %} {% endfor %} {% endfor %} {% endfor %}
{{ matrix.start_net.prefixlen }} ... {{ sub }} {{ heading }}
{{ node.net.strCompressed }}  
{{ cell.content|safe }}
{% else %} {% if scopes %}

Subnet Matrix

Select scope you want to see the subnet matrix for.

{% else %}

The NAV-database does not contain any network scopes. Seed the database and return here to see the subnet matrix.

{% endif %} {% endif %} {% endblock base_content %}