{% extends "generic/object.html" %} {% load helpers %} {% load render_table from django_tables2 %} {% block content %} {% include "netbox_kea/inc/configure_table.html" with table_modal="SubnetTable_config" %}
{% render_table table %}
{# use .bulk-buttons so we can align the export button right #}
{% endblock %} {% block modals %} {{ block.super }} {% table_config_form table %} {% endblock %}