{% 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 "Security Policy" %} | {% trans "Policy Actions" %} | {% trans "Direction" %} | {% trans "Security Zones" %} |
|---|---|---|---|
| {{ row.policy|linkify }} | {% for action in row.policy_actions %} {{ action }} {% endfor %} | {{ row.direction }} | {{ row.source_zone|linkify }} → {{ row.destination_zone|linkify }} |
{% trans "Address Set Hierarchy" %}
{% trans "Direct Addresses" %}