{% extends 'generic/object.html' %}
{% load render_table from django_tables2 %}
{% block breadcrumbs %}
Security Policies
{% endblock %}
{% block content %}
| 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 |
{{ object.device }} |
| Site |
{{ object.site }} |
| Tenant |
{{ object.tenant }} |
{% include 'inc/panels/tags.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock content %}