{% if topologies_by_model|length and not allowed_path_deletion_topology %}
Warning!
{% blocktrans %}You can't delete {{ object }}, some topologies are linked with this path. Modify these topologies before deleting this path.{% endblocktrans %}
{% else %}
Warning!
{% blocktrans %}Do you really wish to delete {{ object }} ?{% endblocktrans %}
{% endif %}
{% if allowed_path_deletion_topology or not topologies_by_model|length %}
{% endif %}
{% if topologies_by_model|length %}
{% trans 'Different topologies are linked with this path' %} :
{% endif %}
{% for model, topologies in topologies_by_model.items %}