{% extends "wiki/article.html" %} {% load wiki_tags i18n humanize %} {% block wiki_pagetitle %}{% trans "Delete" %} "{{ attachment.current_revision.get_filename }}"{% endblock %} {% block wiki_contents_tab %} {% if attachment.article == article %}
{% trans "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:" %}
{% blocktrans with attachment.original_filename as filename trimmed %} You can remove a reference to a file, but it will retain its references on other articles. {% endblocktrans %}
{% endif %} {% endblock %}