diff --git a/ogcp/templates/actions/delete_center.html b/ogcp/templates/actions/delete_center.html index 6fef1f6..af89364 100644 --- a/ogcp/templates/actions/delete_center.html +++ b/ogcp/templates/actions/delete_center.html @@ -9,6 +9,35 @@ {% block content %}
The following items will be deleted
++{% for x in ancestors %} + {{x}} + {% if not loop.last %} + > + {% endif %} +{% endfor %} + | +
---|
+ {% if c['type'] == 'folder' %} + 📁 + {% endif %} + {{c['name']}} + | +
The following items will be deleted
++{% for x in ancestors %} + {{x}} + {% if not loop.last %} + > + {% endif %} +{% endfor %} + | +
---|
+ {% if c['type'] == 'folder' %} + 📁 + {% endif %} + {{c['name']}} + | +
+{% for x in ancestors %} + {{x}} + {% if not loop.last %} + > + {% endif %} +{% endfor %} + | +||
---|---|---|
{{ content['type'] }} | -{{ content['name'] }} | ++ {% if c['type'] == 'folder' %} + 📁 + {% endif %} + {{c['name']}} + |