{% 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 %}

{% trans "Delete template" %} "{{ template.template_title }}"?

{% 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 %}


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

{% trans "Remove" %} "{{ template.template_title }}"?

{% 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 %}

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