{% extends "mapentity/mapentity_confirm_delete.html" %} {% load static i18n %} {% block mainpanel %} {{ block.super }}
{% if topologies_by_model|length %}
{% trans 'Different topologies are linked with this path' %} :
{% endif %} {% for model, topologies in topologies_by_model.items %}

{{ model }} :

{% endfor %}
{% endblock mainpanel %}