{% extends base_template %} {% load i18n %} {% block main %}

Delete Page

{{ page.title }}

{% with page_slug=page.slug page_title=page.title page_user=page.user.username %}

{% blocktranslate %}Do you really want to delete the wiki page {{ page_slug }} with the title {{ page_title }} owned by user {{ page_user }}?{% endblocktranslate %}

{% endwith %}
{% csrf_token %}

{{ form.delete_page }} {{ form.delete_page.label_tag }}

{{ form.delete_images }} {{ form.delete_images.label_tag }}

{% endblock %}