{% extends 'layout.html' %} {% block title %}{{ bucketName }}{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %} {% if files.length == 0 %} {% else %}
{% for column in columns %} {% endfor %} {% for file in files %} {% for column in columns %} {% endfor %} {% if !settings.read_only && !settings.no_delete %} {% endif %} {% endfor %}
{{ column }}Delete
{{ file[column] | to_display | safe }}
{% endif %} {% if !settings.read_only %}

Add File

{% endif %} {% endblock %} {% block scripts %} {% endblock %}