{% extends "generic/object.html" %} {% load helpers %} {% block head %} {{ block.super }} {% endblock %} {% block content %}{% include "netbox_kea/server_dhcp_leases_htmx.html" with is_embedded=True %}{% endblock %} {% block modals %} {{ block.super }} {% table_config_form table table_name="LeasesTable" %} {% endblock %}