{% extends 'global.html'%} {% load static %} {% load i18n %} {% block title %}{% translate 'Delete lost place' %}{% endblock %} {% block maincontent %}
{% translate 'Delete place' %} {% csrf_token %}

{% blocktranslate with place_name=place.name%}Are you sure you want to delete {{place_name}}?{% endblocktranslate %}

{% translate 'Delete' as action %}
{% include 'partials/form/submit.html' with referer=request.META.HTTP_REFERER action=action %}
{% endblock maincontent %}