{% load buttons %} {% load custom_links %} {% load helpers %} {% load i18n %} {% load plugins %} {% load render_table from django_tables2 %}
{% trans "NAT Pools" %}
{% if perms.netbox_security.add_natpool %} {% trans "Create NAT Pool" %} {% endif %} {% if perms.netbox_security.add_natpoolassignment %} {% trans "Assign NAT Pool" %} {% endif %}
{% render_table related_pool_table 'inc/table.html' %}
{% trans "NAT Rulesets" %}
{% if perms.netbox_security.add_natruleset %} {% trans "Create NAT Ruleset" %} {% endif %} {% if perms.netbox_security.add_natrulesetassignment %} {% trans "Assign NAT Ruleset" %} {% endif %}
{% render_table related_ruleset_table 'inc/table.html' %}