{% load buttons %} {% load custom_links %} {% load helpers %} {% load i18n %} {% load plugins %} {% load render_table from django_tables2 %}
{% trans "Address Lists" %}
{% if perms.netbox_security.add_addresslist %} {% trans "Create Address List" %} {% endif %}
{% render_table related_address_table 'inc/table.html' %}