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

Tabular view of {{ matrix.start_net.strCompressed }}

Showing how the subnets with masklengths from {{ matrix.start_net.prefixlen }} to {{ matrix.end_net.prefixlen }} are utilized

{% 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

There is more than one prefix scope defined. Please select one of them

{% else %}

The NAV database does not contain any network scopes. Seed the database and return to this page to see some action.

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