{% extends 'scopes.html' %} {% import "bootstrap/wtf.html" as wtf %} {% set sidebar_state = 'disabled' %} {% set btn_back = true %} {% block nav_center %} active{% endblock %} {% block nav_center_delete %} active{% endblock %} {% 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']}} |