{% extends 'netbox_dns/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load view_helpers %} {% load perms %} {% block breadcrumbs %}
  • Name Servers
  • {{ object }}
  • {% endblock %} {% block content %}
    Name Servers
    Name {{ nameserver.name }}
    {% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='plugins:netbox_dns:nameserver_list' %}
    {% endblock %}