{% load i18n %}
{% trans "Security" %}
{% for group in nsm_assignments %}{% if group.items %} {% endif %}{% endfor %} {# ── Custom Object Assignments (ObjectCustomObjectAssignment) ── #} {% for coa_group in nsm_custom_object_assignments %}{% if coa_group.items %} {% for coa in coa_group.items %} {% endfor %} {% endif %}{% endfor %} {# ── Custom Objects referencing this object via field_data ── #} {% for ref_group in nsm_custom_refs %} {% for item in ref_group.items %} {% endfor %} {% endfor %} {% if not nsm_total_count and not nsm_custom_count and not nsm_coa_count %} {% endif %} {# ── Virtual Combined Label ── #} {% if nsm_virtual_labels|length > 1 %} {% endif %}
{{ group.label }} {% for item in group.items %} {{ item.name }} {% endfor %}
{{ coa_group.type_name }} {{ coa.custom_object.name }} {% if coa.comment %}{{ coa.comment }}{% endif %} Toggle Dropdown
{{ ref_group.type_name }} {{ item.obj.name }} Toggle Dropdown
None
vLabel {% for lbl in nsm_virtual_labels %} {{ lbl.name }} {% endfor %} {% if nsm_matching_url %} {% endif %}