{% extends "locations/base.html" %} {% load locations_tags %} {% load i18n %} {% block title %}{% trans "Delete" %} - {{ location.location_name }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}

{% firstof MODULE_LOCATIONS_LABEL 'Location' %} {% trans "Delete Page" %}

{{ location.location_name }} - {{ location.get_absolute_url }}

{{ location.description|safe|truncatewords_html:"60" }}
{% trans "Are you sure you want to permanently delete this" %} {% firstof MODULE_LOCATIONS_LABEL 'location' %}?
{% csrf_token %}
{% endblock %}