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

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

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

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