{% if regime_name == 'Recovery' %}复苏期
{% elif regime_name == 'Overheat' %}过热期
{% elif regime_name == 'Stagflation' %}滞胀期
{% elif regime_name == 'Deflation' %}通缩期
{% else %}加载中...{% endif %}
{% if is_transitioning %}
▸
转向 {{ transition_target }}
{% else %}
●
稳定
{% endif %}
置信度
{{ confidence_pct|default:0|floatformat:0 }}%
│
脉搏:
{% if pulse_strength == 'strong' %}偏强
{% elif pulse_strength == 'weak' %}偏弱
{% else %}中等{% endif %}
│
风险预算
{{ risk_budget_pct|default:0|floatformat:0 }}%
{% if transition_warning %}
│
⚠️ 转折预警
{% endif %}