{% extends "layout.html" %} {% block title %}Files{% endblock %} {% block body %} {%- set current_prefix = request.args.get('prefix', '') -%} {%- set current_search = current_search if current_search is defined else request.args.get('search', '') -%}
{% if FS3V_LOGO_URL %} {% else %}
{% endif %}

{{ FS3V_TITLE | default("Flask S3 Viewer") }}

{% if FSV_VISIBLE_NAMESPACES|length > 1 %} {%- set current_bucket = (FSV_VISIBLE_NAMESPACES | selectattr('namespace', 'equalto', FSV_CURRENT_NAMESPACE) | list | first) -%}
{% endif %} {% if FSV_AUTH_ENABLED and FSV_USER_EMAIL %}
{% endif %}
{% include '_upload_form.html' %}
{% include '_file_list.html' %}
{% endblock %}