{% extends "base.html" %} {% load i18n %} {% block head_title %}{% trans "Delete news" %}{% endblock %} {% block content %}

{% trans "Delete a posted news" %}

{% trans 'Are you sure you want to continue? If you do this you will delete this news' %}

{% csrf_token %}
{% endblock %}