{% extends "base.html" %} {% set active_nav = "admin" %} {% block title %}{{ organization.name }} - LSMC Atlas{% endblock %} {% block content %}
Organization Details
Connection Status: {{ bloom_connection_status.label }}
{{ bloom_connection_status.detail }}
Required Atlas fields for Bloom API access:
bloom_base_url,
bloom_api_key_secret_ref,
bloom_webhook_secret_ref.
| Name | EUID | Site Code | Address | Contact | Bloom Config | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ site.name }} | {{ site.id }} | {{ site.site_code or '—' }} | {% if site.city and site.state %} {{ site.city }}, {{ site.state }} {% else %} — {% endif %} | {{ site.contact_email or '—' }} | {% if site.bloom_config_enabled %} Site Override {% else %} Org Default {% endif %} | {{ 'Active' if site.is_active else 'Inactive' }} | Edit Site |
| Name | Roles | Status | |
|---|---|---|---|
| {{ user.name or '—' }} | {{ user.email }} | {% for role in user.roles %} {{ role }} {% endfor %} | {{ 'Active' if user.is_active else 'Inactive' }} |