{% extends 'generic/object.html' %} {% block content %}
| Object | Type | # Rules |
|---|---|---|
| {{ obj.name }} | {{ obj.type_name }} | {{ obj.count }} |
| — | ||
|
Destination →
↓ Source
|
{% for zone in dst_zones %}
{% if zone.pk %}{{ zone.name }}{% else %}{{ zone.name }}{% endif %} | {% endfor %}||
|---|---|---|---|
| {% if row.source_zone.pk %}{{ row.source_zone.name }}{% else %}{{ row.source_zone.name }}{% endif %} | {% for cell in row.cells %} {% if cell.type == "empty" %}+ | {% elif cell.type == "single" %}{{ cell.label }} | {% else %}{{ cell.count }} | {% endif %} {% endfor %}
No zones match the current filter.