blob: c1284b94dc21d32d3bd1188ccb899b474f959965 (
plain)
1
2
3
4
5
|
{% extends "ishtar/wizard/delete_wizard.html" %}
{% load i18n %}
{% block "extra_warning" %}
<p><strong>{% trans "If any, all administrative act listed above will be deleted." %}</strong></p>
{% endblock %}
|