summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates/ishtar/wizard/wizard_adminact_deletion.html
blob: 0e47a417cbe8b1dbd6f5bf1a38c57e8af2f689c1 (plain)
1
2
3
4
5
6
7
8
{% extends "ishtar/wizard/confirm_wizard.html" %}
{% load i18n %}

{% block "extra_informations" %}
{% if current_object.index %}
<p class='alert'><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> <label>{%trans "This act is indexed!"%}</label></p>
{% endif %}
{% endblock %}