{% 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_ipam_cell.html" %} {% include "netbox_nsm/inc/ipa_cell_tree_duplicate_cell.html" %} {% 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_merge_cell.html" %} {% include "netbox_nsm/inc/ipa_cell_tree_diff_cell.html" %} {% include "netbox_nsm/inc/ipa_cell_tree_us_cell.html" %} {% endif %}