{% extends 'ipam/vlan/base.html' %} {% load helpers %} {% block content %}
{% csrf_token %} {% include 'inc/table_controls_htmx.html' with table_modal="VLANVirtualMachinesTable_config" %}
{% include 'htmx/table.html' %}
{% endblock content %} {% block modals %} {{ block.super }} {% table_config_form table %} {% endblock modals %}