{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {% endblock %} {% block content %}
Security Zones
Name {{ object.name }}
Application Tracking {{ object.app_tracking }}
Interfaces {{ object.interfaces }}
Host Inbound Protocols {{ object.inbound_protocols }}
Host Inbound Services {{ object.inbound_services }}
Status {{ object.status }}
Description {{ object.description }}
Comments {{ object.comments }}
{% include 'inc/panels/custom_fields.html' %}
Device
Device {{ object.device }}
Site {{ object.site }}
Tenant {{ object.tenant }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}