{% extends 'wiki/base.html' %} {% load i18n %} {% block title %} {% trans "Remove article" %} {% endblock %} {% block content %}

{% trans "Confirm deletion" %}

You are about to remove the article "{{ article.title }}".
{% endblock %}