{% load i18n compilacao_filters %} {% if not node.dispositivos_filhos_set.exists %} {{node|nomenclatura}} {% else %}
{% if not node.rotulo and node.nivel == 0 %}{{node.dispositivo0}} - {% endif %}{{node|nomenclatura}}
{% endif %}