{% if not nsm_rulebook_groups and not nsm_link_type_groups %}
{% trans "None" %}
{% endif %}
{# ── Rulebook section ──────────────────────────────────────────────── #}
{% if nsm_rulebook_groups %}
{% for group in nsm_rulebook_groups %}
{% with rb=group.rulebook %}
{% for fg in group.field_groups %}
{% endfor %}
{% endwith %}
{% endfor %}
{# sentinel for infinite scroll #}
{% endif %}
{# ── ObjectLink type groups ──────────────────────────────────────── #}
{% for group in nsm_link_type_groups %}
15 %}style="max-height:420px;overflow-y:auto;"{% endif %}>
{% for linked in group.objects %}
|
{{ linked.name }}
{% if linked.inherited_from_name %}
({% trans "from" %} {{ linked.inherited_from_name }})
{% endif %}
|
{% if group.show_comment %}{% endif %}
{% if group.show_actions %}
{% if linked.supports_addr_analysis or linked.edit_url or linked.delete_url %}
{% if linked.supports_addr_analysis %}
{% endif %}
{% if linked.edit_url %}
{% endif %}
{% if linked.delete_url %}
{% endif %}
{% endif %}
| {% endif %}
{% endfor %}
{% endfor %}
{# ── Enforced Rulebooks (Device / VM / VDC only) ───────────────────── #}
{% if nsm_enforcer_assignments %}
{% endif %}