{% extends 'generic/object.html' %} {% load i18n %} {% load plugins %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Identifier" %} | {{ object.identifier }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |
| {% trans "Parent Policies" %} |
{% for item in object.securityzonepolicy_application_sets.all %}
{{ item|linkify|placeholder }} {% endfor %} |