{% if current_user.is_admin %}
Manage Members
{% endif %}
{% if current_user.is_admin or can_upload %}
{% endif %}
{% if current_user.is_admin or can_download %}
{% endif %}
{% if current_user.is_admin or can_delete %}
{% endif %}
0%
Drop files here to upload
{% include 'components/delete_confirm_modal.html' %}
{% include 'components/new_folder_modal.html' %}
{% include 'components/rename_modal.html' %}
{% include 'components/details_modal.html' %}
{% include 'components/overwrite_confirm_modal.html' %}
{% include 'components/move_modal.html' %}
{% endblock %}