{% if not has_bucket %}
Select a bucket first
{% elif error %}
Failed to list directories: {{ error }}
Try again.
{% else %} {% if current_prefix %}
.. (parent)
{% endif %} {% if prefixes %} {% for prefix in prefixes %}
{{ prefix }}/
{% endfor %} {% else %}
{% if current_prefix %} No subdirectories found {% else %} No directories in this bucket {% endif %}
{% endif %} {% endif %}