{% 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 content_bottom %} {% if add_url or bulk_import_url %}
{% if add_url %} Add Lease {% endif %} {% if bulk_import_url %} Bulk Import {% endif %}
{% endif %} {% endblock content_bottom %} {% block modals %} {{ block.super }} {% table_config_form table table_name="LeasesTable" %} {% endblock %}