{% extends "thorson_wiki/base.html" %} {% load i18n staticfiles %} {% block addstyles %} {% endblock %} {% block content %}

{% blocktrans with title=article.title %} Are you sure you want to delete the article '{{ title }}'? {% endblocktrans %}

{% csrf_token %} {% trans "No (return to article)" %}
{% endblock %}