{% load i18n %} {% comment %} Orange PARENT pill when a cell-direct row is contained in a parent subnet. Uses subnet_contained_in (parent CIDR); object name only in tooltip. {% endcomment %} {% trans "Parent" %} {% if node.subnet_contained_in_url %} {{ node.subnet_contained_in }} {% else %} {{ node.subnet_contained_in }} {% endif %}