{% load i18n ipa_cell_tree_tags %}
{% if node.diff_fund %}
{% include "netbox_nsm/inc/addr_diff_fund_row.html" %}
{% elif node.cell_pill_group %}
{% if node.cell_group_anchor_address %}
{% include "netbox_nsm/inc/ipa_cell_tree_address_link.html" with link_mode=link_mode|default:"anchor_stop" address_ref=node.cell_group_anchor_address group_anchor=True %}
{% else %}
—
{% endif %}
{% elif node.in_cell or node.is_cell_direct or node.cell_addresses_multi or node.cell_addresses_compact or node.cell_groups %}
{% include "netbox_nsm/inc/ipa_cell_tree_address_link.html" with link_mode=link_mode|default:"anchor_stop" %}
{% elif node.diff_status %}
{% include "netbox_nsm/inc/addr_diff_name_pill.html" %}
{% elif node.name and node.url and node.layer != "ipam_prefix" %}
{{ node.name }}{% if node.status %}{% include "netbox_nsm/inc/ipa_nsm_object_status_icon.html" with status=node.status %}{% endif %}
{% else %}
—
{% endif %}