{% extends "wiki/article.html" %} {% load wiki_tags i18n humanize %} {% load url from future %} {% block wiki_pagetitle %}{% trans "Delete" %} "{{ attachment.current_revision.get_filename }}"{% endblock %} {% block wiki_contents_tab %} {% if attachment.article == article %}

{% trans "Delete" %} "{{ attachment.current_revision.get_filename }}"?

{% blocktrans with attachment.original_filename as filename %} The file may be referenced on other articles. Deleting it means that they will loose their references to this file. The following articles reference this file: {% endblocktrans %}


{% wiki_form form %}
{% trans "Go back" %}
{% else %}

{% trans "Remove" %} "{{ attachment.current_revision.get_filename }}"?

{% blocktrans with attachment.original_filename as filename %} You can remove a reference to a file, but it will retain its references on other articles. {% endblocktrans %}

{% wiki_form form %}
{% trans "Go back" %}
{% endif %} {% endblock %}