{% if error %}
Failed to load buckets: {{ error }}
Try typing again to retry.
{% elif current_value and current_value not in results %}
{{ current_value }} (current — may no longer be accessible)
{% for bucket in results %}
{{ bucket }}
{% endfor %} {% elif results %} {% for bucket in results %}
{{ bucket }}
{% endfor %} {% elif query %}
No buckets matching "{{ query }}"
{% else %}
No accessible GCS buckets found
{% endif %}