{% load helpers %}

Installations {% if perms.netbox_slm.add_installation %} {% endif %}

{% if search_obj == "cluster" %} {% htmx_table "plugins:netbox_slm:softwareproductinstallation_list" cluster=object.pk %} {% elif search_obj == "device" %} {% htmx_table "plugins:netbox_slm:softwareproductinstallation_list" device=object.pk %} {% elif search_obj == "virtualmachine" %} {% htmx_table "plugins:netbox_slm:softwareproductinstallation_list" virtualmachine=object.pk %} {% endif %}