{% extends 'global.html'%} {% load static %} {% load i18n %} {% block title %}{% tranlate 'Lost Place Deletion' %}{% endblock %} {% block maincontent %}
{% tranlate 'Delete place' %} {% csrf_token %}

{% tranlate 'Are you sure you want to delete' %} "{{place.name}}"?

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