{% extends 'netbox_dns/zone_base.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% load perms %} {% block controls %} {% endblock controls %} {% block content-wrapper %}
{# Object list #}
{% if request.user.is_authenticated %}
{% endif %}
{% csrf_token %} {# Object table #}
{% render_table table %}
{# Paginator #} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
{# Table config form #} {% table_config_form table table_name="ZoneManagedRecordTable" %} {% endblock %}