Profile {{ profile.profile_id }}

All profiles · Automations · Health

{{ profile.name }} · created {{ profile.created_at }}

Approved: {{ profile.approved }}

Account lock: {{ profile.account or 'none' }}

Clone of: {{ profile.clone_of or 'none' }}

Portal account: {{ profile.source_account or 'none' }}

Notes: {{ profile.notes or 'none' }}

Live lock

{% if summary %}

{% if summary.locked %}Held by {{ summary.lock_owner }}{% else %}Idle{% endif %}

{% if summary.conflict_partners %}

Clone conflict risk: {{ summary.conflict_partners | join(', ') }}

{% endif %} {% else %}

No live status.

{% endif %}