{% load i18n ipa_cell_tree_tags %}
{% if node.layer == "ipam_prefix" %}
{% ipa_cell_tree_ipam_display node=node as node_ipam_display %}
{{ node_ipam_display }}
{% if node.ipa_lazy_subnet_child %}
{% trans "IPAM child subnet only - not directly in the cell or loaded group" %}
{% endif %}
{% if node.pk and node.ipa_drilldown_meta and node.ipa_drilldown_meta.count_subnets > 0 %}
{% endif %}