blob: 4929cbf43a339071b8c1675657abb5663bab91f5 (
plain)
1
2
3
4
5
|
{% extends "ishtar/wizard/delete_wizard.html" %}
{% load i18n %}
{% block "extra_warning" %}
<p><strong>{% trans "All containers listed above will be deleted." %}</strong></p>
{% endblock %}
|