{% extends "base.html" %} {% block title %}Coalition Radar & Balance of Power — Strategic Memory CRM{% endblock %} {% block content %}

🛡️ Coalition Radar & Balance of Power

Informal power factions, collective decision weight, and network vulnerability analysis

{{ data.total_factions }}
Identified Factions
{{ data.key_gatekeepers|length }}
Key Gatekeepers
{{ data.key_brokers|length }}
Communication Brokers
{{ data.total_stakeholders }}
Active Stakeholders

📊 Faction Power Distribution

{% for f in data.balance_of_power %}

{{ f.name }}

{{ f.member_count }} Members
{{ f.power_share_percentage }}% Power Share
Primary Leader: {{ f.primary_leader }}
Internal Cohesion (Trust): {{ f.cohesion_internal_trust }}
{% if f.weakest_link %}
⚠️ Weakest Link (Vulnerable Bridge): {{ f.weakest_link.name }} ({{ f.weakest_link.role }}) — Risk: {{ f.weakest_link.risk_score }}
{% endif %}

Members & Influence

{% endfor %}

🚪 Network Gatekeepers (Bottlenecks)

Stakeholders who control information flow and access to executive decision-makers:

🌉 Cross-Faction Brokers (Bridge Nodes)

Articulation points whose departure or alienation would partition the network:

{% endblock %}