{% extends 'base/layout.html' %} {% load i18n %} {% block title %}{% trans "Object Link" %}{% endblock %} {% block content %}

{% trans "Object Link" %}

{% trans "Polymorphic types allowed on Netbox object (host) and Security object (policy) for" %} {{ state.cot_slug }}.

{% trans "Edit" %}
{% include "netbox_nsm/inc/object_link_config_type_panel.html" with side="host" field_name="host_types" selected=host_types.selected available=host_types.available can_change=False %}
{% include "netbox_nsm/inc/object_link_config_type_panel.html" with side="security" field_name="security_types" selected=security_types.selected available=security_types.available can_change=False %}
{% endblock %}