{% extends "layout_maps.html" %} {% block title %} Delete map | Contextualise {% endblock %} {% block content %}

{{ topic_map.name }} Delete map


Deleting a topic map also deletes its resources. Once you delete a topic map, there is no going back. Please be certain.


{{ topic_map.description|safe }}

{{ map_name }}

{% if topic_map.published %} Published {% else %} Private {% endif %}

Cancel

{% endblock %}