{% load i18n %} {% if prefix == "ipa" %} {% if node.subnet_contained_in or node.is_doppelt %}
{% if node.subnet_contained_in %}
{% blocktrans with cidr=node.subnet_contained_in %}warn duplicate → {{ cidr }}{% endblocktrans %}{% if node.subnet_contained_in_name %} ({{ node.subnet_contained_in_name }}){% endif %}
{% endif %} {% if node.is_doppelt %}
{% trans "Duplicate cell entry — the same object is listed more than once in the rule cell" %}
{% endif %}
{% endif %} {% endif %}