{% extends 'ls_portal/base.html' %} {% block body_class %}chat-page{% endblock %} {% block content %} Haigh Environmental Executive Assistant Accounts Operator permissions, identity details, and system boundaries. ☰ Chat To-Dos {% if approvals_enabled %} Approvals {% endif %} Ops Accounts Search Role All Superuser Standard Status All Active Disabled {% for row in accounts %} {% set policy = row['capability_policy'] %} {% set services = policy['services'] %} {% set monolith = policy['monolith'] %} Account {{ row.id }} {{ 'Superuser' if row.is_superuser else 'Standard operator' }} {{ row.status }} {{ row.display_name or row.username }} {{ row.username }} · {{ row.device_count }} active device{% if row.device_count != 1 %}s{% endif %} {{ row.response_style }} {{ row.email or 'no email' }} Display name Email Mobile Host Response style classification {% for style, style_label, style_help in response_style_fields %} {{ style_label }} {% endfor %} Notes Response style default Style reference and default reply class. ⌄ {% for style, style_label, style_help in response_style_fields %} {{ style_label }} {{ style }} - {{ style_help }} {% endfor %} Core account gates Top-level approvals for the operator surface. ⌄ Access Read logs Submit prompts Run agent Send email Send text Approve system changes Manage devices Manage accounts Superuser Integrated systems Live action/bulk capability across connected systems. ⌄ System Access Bulk Notes / boundary {% for service_key, service_label in capability_services %} {% set service = services[service_key] %} {{ service_label }} {% for level in capability_access_levels %} {{ level|replace('_', ' ')|title }} {% endfor %} {% endfor %} Pingu data Default and area-specific access across the internal system. ⌄ Area Access Bulk Notes / boundary Default for other Pingu tables {% for level in capability_access_levels %} {{ level|replace('_', ' ')|title }} {% endfor %} {% for area_key, area_label in monolith_areas %} {% set area = monolith['areas'][area_key] %} {{ area_label }} {% for level in capability_access_levels %} {{ level|replace('_', ' ')|title }} {% endfor %} {% endfor %} Status {% for status in ['active', 'disabled'] %} {{ status }} {% endfor %} Save account {% endfor %} {% endblock %}
{{ row.username }} · {{ row.device_count }} active device{% if row.device_count != 1 %}s{% endif %}
Style reference and default reply class.
{{ style }}
Top-level approvals for the operator surface.
Live action/bulk capability across connected systems.
Default and area-specific access across the internal system.