{% extends "base.html" %} {% block content %}
{{ bucket.bucket_name }}
{% if bucket.read_only %}
Read-only
{% endif %}
{% if not bucket.can_write %}
No Write Access
{% endif %}
No files or folders in this location.