{% extends 'generic/object.html' %} {% load i18n object_type %} {% block head %} {{ block.super }} {% include "netbox_nsm/inc/rulebook_page_head.html" %} {% endblock head %} {% block breadcrumbs %} {% include "netbox_nsm/inc/rulebook_breadcrumbs.html" with active_tab=matrix_tab_label|default:_("Matrix") %} {% endblock breadcrumbs %} {% block content %}
|
Destination →
↓ Source
|
{% for zone in dst_zones %}
{{ zone_label_display|dict_get:zone.pk }} | {% endfor %}
|---|---|
| {{ zone_label_display|dict_get:row.source_zone.pk }} | {% for cell in row.cells %}{% if cell.fwd.count == 0 %} + {% elif cell.fwd.count == 1 %} {{ cell.fwd.label }} {% else %} {{ cell.fwd.count }} {% endif %} | {% endfor %}
No zones match the current filter.