diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/wizard/wizard_findbasket_deletion.html')
-rw-r--r-- | archaeological_finds/templates/ishtar/wizard/wizard_findbasket_deletion.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/wizard/wizard_findbasket_deletion.html b/archaeological_finds/templates/ishtar/wizard/wizard_findbasket_deletion.html index 02f7253d7..ffd5f0398 100644 --- a/archaeological_finds/templates/ishtar/wizard/wizard_findbasket_deletion.html +++ b/archaeological_finds/templates/ishtar/wizard/wizard_findbasket_deletion.html @@ -13,6 +13,13 @@ </div> {% endif %} <div class="alert alert-info"> + {% trans "Items inside the basket (these items will not be deleted):" %} +</div> +<ul>{% for item in current_object.items.all %} + <li>{{item}} {{item|link_to_window}}</li> +{% endfor %}</ul> + +<div class="alert alert-info"> {% trans "Basket informations:" %} </div> {% endblock %} |