{% extends "base.html" %} {% set active_page = 'files' %} {% block title %}Browse {{ bucket.display_name }} - Ursa Customer Portal{% endblock %} {% 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