{% extends 'generic/object.html' %} {% block breadcrumbs %} {% endblock %} {% block content %}
Security Policy Rule
Security Policy {{ object.security_policy }}
Index {{ object.index }}
Description {{ object.description|placeholder }}
Comments {{ object.comments|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %}
Details
Source Prefix {% if object.address_source %} {{ object.address_source }} {% else %} {{ ''|placeholder }} {% endif %}
Destination Prefix {% if object.address_destination %} {{ object.address_destination }} {% else %} {{ ''|placeholder }} {% endif %}
Application {% if object.application %} {{ object.application }} {% else %} {{ ''|placeholder }} {% endif %}
Dynamic Application {% if object.dynamic_application %} {{ object.dynamic_application }} {% else %} {{ ''|placeholder }} {% endif %}
Action {{ object.get_action_display }}
{% endblock content %}