{% load buttons %} {% load custom_links %} {% load helpers %} {% load i18n %} {% load plugins %} {% load render_table from django_tables2 %}
{% trans "NAT Rules" %}
{% if perms.netbox_security.add_natrule %} {% trans "Create NAT Rule" %} {% endif %} {% if perms.netbox_security.add_natruleassignment %} {% trans "Assign NAT Rule" %} {% endif %}
{% render_table related_rule_table 'inc/table.html' %}
{% trans "Security Zones" %}
{% if perms.netbox_security.add_securityzone %} {% trans "Create Security Zone" %} {% endif %} {% if perms.netbox_security.add_securityzoneassignment %} {% trans "Assign Security Zone" %} {% endif %}
{% render_table related_zone_table 'inc/table.html' %}