{% extends 'ipam/asnrange/base.html' %} {% load helpers %} {% load i18n %} {% block content %} {% include 'inc/table_controls_htmx.html' with table_modal="ASNTable_config" %}
{% csrf_token %}
{% include 'htmx/table.html' %}
{% if 'bulk_edit' in actions %} {% endif %} {% if 'bulk_delete' in actions %} {% endif %}
{% endblock %} {% block modals %} {{ block.super }} {% table_config_form table %} {% endblock modals %}