Gateway users Access keyRole {% for account in accounts %}{{ account.access }}{{ account.role }}{% else %}No user accounts{% endfor %}
Buckets NameOwnerObjectsSize {% for bucket in buckets %}{{ bucket.name }}{{ bucket.owner or "—" }}{{ bucket.objects if bucket.objects is not none else "—" }}{{ human_bytes(bucket.bytes) }}{% else %}No buckets{% endfor %}