{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% block content %}

{% blocktrans trimmed %} Delete wiki {{ name }} {% endblocktrans %}

{% blocktrans trimmed %} Hint: You can download a copy of this wiki from within TiddlyWiki before deleting it. {% endblocktrans %}

{% blocktrans trimmed %} Delete this wiki file permanently? {% endblocktrans %}

{% csrf_token %}
{% endblock %}