{% extends 'netbox_nsm/rulebook_cot_object.html' %} {% load i18n object_type %} {% 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 %}
{% trans "No zones match the current filter." %}