{% extends "mapentity/base_site.html" %} {% load i18n mapentity_tags %} {% block extrahead %} {{ block.super }} {% endblock extrahead %} {% block mainpanel %} {{ block.super }}

Warning!

{% blocktrans %}Do you really wish to delete {{ object }} ?{% endblocktrans %}
{% csrf_token %} {% trans "No, back to list view" %}
{% 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 %}