{% extends 'generic/object.html' %} {% load i18n %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block content %}
| {% trans "Prefix" %} | {{ object.prefix }} |
|---|---|
| {% trans "Description" %} | {{ object.description|placeholder }} |
| {% trans "Tenant" %} | {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }} |
| {% trans "Address/Set" %} | {% trans "Security Policy" %} | {% trans "Policy Index" %} | {% trans "Policy Actions" %} | {% trans "Direction" %} | {% trans "Security Zones" %} |
|---|---|---|---|---|---|
| {% if row.context_object %} {{ row.context_object|linkify }} {% elif row.address_list %} {{ row.address_list|linkify }} {% else %} - {% endif %} | {{ row.policy|linkify }} | {{ row.policy_index }} | {% for action in row.policy_actions %} {{ action }} {% endfor %} | {{ row.direction }} | {{ row.source_zone|linkify }} → {{ row.destination_zone|linkify }} |
{% trans "Inherited Addresses (from parent prefixes)" %}
{% trans "Address Set Hierarchy" %}
{% trans "Direct Addresses" %}