{% load i18n %} {% comment %} Address-group memberships as one [ADDRESS_GROUP] pill with stacked names (orange when duplicate). Ungrouped-only cell selections omit ADDRESS_GROUP pills; cell-direct + groups append ``none``. {% endcomment %} {% if node.cell_groups %} ADDRESS_GROUP {% for grp in node.cell_groups %} {% if grp.is_none %} {{ grp.name }} {% else %} {{ grp.name }} {% if grp.status %}{% include "netbox_nsm/inc/ipa_nsm_object_status_icon.html" with status=grp.status %}{% endif %} {% endif %} {% endfor %} {% endif %}