{% load i18n %}
{% comment %}
Human-readable NSM object type for IPA cell-tree pills (not IPAM drilldown).
{% endcomment %}
{% if node.node_role == "nsm_group" or "dm-grp-" in node.name %}
{% trans "Group" %}
{% else %}
{% trans "Address" %}
{% endif %}