diff --git a/admin/templates/lot_tag_panel.html b/admin/templates/lot_tag_panel.html index 3a70a69..48d9a95 100644 --- a/admin/templates/lot_tag_panel.html +++ b/admin/templates/lot_tag_panel.html @@ -16,8 +16,13 @@
# + | {% trans "Lot Group Name" %} | {% trans "Actions" %} @@ -26,7 +31,15 @@ |
---|---|---|
+ + {{ tag.order }} + + | {{ tag.name }} | @@ -44,7 +57,8 @@ @@ -55,6 +69,11 @@
{% trans "INBOX can only be edited, not deleted." %}
+ {% endif %}{% trans "Are you sure you want to delete this lot group?" %}
+ {% endif %} +{{ tag.name }}
+ {% trans "This lot group is not empty and therefore cannot be deleted." %} +
+ {% endif %} + +{{ lot.name }} | -- - | -- - | -