{% extends "filechest/base.html" %} {% load static filechest_tags %} {% block title %}{{ volume.verbose_name }} - FileChest{% endblock %} {% block content %}
{% for v in available_volumes %} {% if v.is_s3 %}🪣{% else %}📁{% endif %} {{ v.verbose_name }} {% endfor %}
{% if can_edit %}
|
{% endif %} {% if items %} {% else %}
Empty directory
{% endif %}
{% if can_edit %} {% endif %}

Uploading...

0%
{% endblock %} {% block extra_js %} {% endblock %}