{% extends "articles/base.html" %} {% load article_tags %} {% block title %}{% trans "Delete" %} {% firstof MODULE_ARTICLES_LABEL trans 'Article' %} - {{ article.get_title }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Delete" %} {% firstof MODULE_ARTICLES_LABEL trans 'Article' %}

{{ article.headline }}

{{ article.body|safe|truncatewords_html:"100" }}
{% trans "Are you sure you want to permanently delete this" %} {% firstof MODULE_ARTICLES_LABEL trans 'Article' %} ?
{% csrf_token %}
{% endblock %}