{% extends "wiki/article.html" %} {% load wiki_tags i18n humanize %} {% block wiki_pagetitle %}{% trans "Delete template" %} "{{ template.template_title }}"{% endblock %} {% block wiki_contents_tab %} {% if template.article == article %}
{% blocktrans with template.original_filename as filename %} The template may be referenced on other articles. Deleting it means that they will loose their references to this template. The following articles reference this template: {% endblocktrans %}
{% blocktrans with template.template_title as template_title %} You can remove a reference to a template, but it will retain its references on other articles. {% endblocktrans %}
{% endif %} {% endblock %}