{% extends "base.html" %} {% set active_nav = "my-organization" %} {% block title %}My Organization - LSMC Atlas{% endblock %} {% block content %}
My Organization
Connection Status: {{ bloom_connection_status.label }}
{{ bloom_connection_status.detail }}
Organization settings are the default. A site-level setting overrides them when a TRF Test requests Bloom material for that site.
Required Atlas fields for Bloom API access:
bloom_base_url,
bloom_api_key_secret_ref,
bloom_webhook_secret_ref.
Effective policy source:
{{ 'site override' if effective_org_storage_policy.scope == 'site' else 'organization policy' }}
ยท bucket {{ effective_org_storage_policy.policy.bucket }}
ยท region {{ effective_org_storage_policy.policy.region }}
No enabled storage policy is configured yet.
{% endif %}Atlas storage policy is authoritative for Dewey upload placement and Ursa return targeting.
| Name | Site Code | Location | Bloom Config | Status | |
|---|---|---|---|---|---|
| {{ site.name }} | {{ site.site_code or 'โ' }} | {% if site.city and site.state %} {{ site.city }}, {{ site.state }} {% else %} โ {% endif %} | {% if site.bloom_config_enabled %} Site Override {% else %} Org Default {% endif %} | {{ 'Active' if site.is_active else 'Inactive' }} | View |
| Name | Roles | Status | |
|---|---|---|---|
| {{ user.name or 'โ' }} | {{ user.email }} | {% for role in user.roles %} {{ role }} {% endfor %} | {{ 'Active' if user.is_active else 'Inactive' }} |