{% extends "base.html" %} {% block title %}Red Cell — Strategos{% endblock %} {% block content %}
CUI // SP-CTI

Red Cell — MLCOA / MDCOA

JP 5-0 / MDMP COA Analysis — Adversary Perspective
ANALYSES
{% for a in analyses %}
{{ a.theater }}
{{ a.scenario or '—' }}
{{ a.created_at[:10] if a.created_at else '' }}
{% else %}
No analyses yet
{% endfor %}
Select an analysis or create a new one to begin Red Cell assessment.
{% endblock %}