{% load render_table from django_tables2 %} {% if perms.nautobot_ddns.view_extradnsname %}
Extra DNS Names
{% render_table extra_dns_name_table 'inc/table.html' %}
{% if perms.nautobot_ddns.add_extradnsname %} {% endif %}
{% endif %}