{% extends base_template %} {% load i18n %} {% block main %}
{% blocktranslate %}Do you really want to delete the wiki page {{ page_slug }} with the title {{ page_title }} owned by user {{ page_user }}?{% endblocktranslate %}
{% endwith %} {% endblock %}