{% load i18n %}
{% if node.kind != "ipa_info_gap" and node.ipa_tree_node_type != "info_gap" and not node.info_summary and node.ipa_tree_node_type != "ipam_filler" and not node.is_ipam_filler and not node.ipam_synthetic %}
{% include "netbox_nsm/inc/ipa_cell_tree_depth_marker.html" %}
{% include "netbox_nsm/inc/ipa_cell_tree_network_cell.html" %}
{% include "netbox_nsm/inc/ipa_cell_tree_type_cell.html" %}
{% if node.is_doppelt or node.count_duplicate or node.object_duplicate or node.cell_addresses_multi or node.dup_cell_statuses or node.subnet_contained_in and node.node_role != "nsm_host" and node.ip_ref.type != "IP Address" and node.ipam_object_ref.kind != "ipaddress" and node.prefix_display_cidr|slice:"-3:" != "/32" and node.prefix_display_cidr|slice:"-4:" != "/128" %}
{% include "netbox_nsm/inc/ipa_cell_tree_duplicate_cell.html" %}
{% endif %}
{% include "netbox_nsm/inc/ipa_cell_tree_address_cell.html" %}
{% include "netbox_nsm/inc/ipa_cell_tree_groups_cell.html" %}
{% include "netbox_nsm/inc/ipa_cell_tree_ipam_cell.html" %}
{% include "netbox_nsm/inc/ipa_cell_tree_dns_cell.html" %}
{% include "netbox_nsm/inc/ipa_cell_tree_description_cell.html" %}
{% include "netbox_nsm/inc/ipa_cell_tree_zone_cell.html" %}
{% include "netbox_nsm/inc/ipa_cell_tree_label_cell.html" %}
{% include "netbox_nsm/inc/ipa_cell_tree_merge_cell.html" %}
{% include "netbox_nsm/inc/ipa_cell_tree_diff_cell.html" %}
{% include "netbox_nsm/inc/ipa_cell_tree_us_cell.html" %}