{% if '3.1.0'|check_version %}
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='plugins:netbox_dns:nameserver_list' %}
{% else %}
{% include 'inc/panels/tags.html' with tags=object.tags.all url='plugins:netbox_dns:nameserver_list' %}
{% endif %}
Zones
{# "Select all" form #}
{% if zone_table.paginator.num_pages > 1 %}
{% with bulk_edit_url="plugins:netbox_dns:zone_bulk_edit" bulk_delete_url="plugins:netbox_dns:zone_bulk_delete" %}
{% endwith %}
{% endif %}
{# Object table controls #}
{% if '3.1.2'|check_version %}
{% include 'inc/table_controls.html' with table_modal="ZoneTable_config" %}
{% else %}
{% include 'inc/table_controls_htmx.html' with table_modal="ZoneTable_config" %}
{% endif %}
{# Paginator #}
{% include 'inc/paginator.html' with paginator=zone_table.paginator page=zone_table.page %}