{{ account.account_name }}
{% if account.rotation_config %}
{% if account.rotation_config.is_enabled %}轮动已启用{% else %}轮动未启用{% endif %}
{{ account.rotation_config.get_risk_tolerance_display }}
{% else %}
未配置
{% endif %}
{% for regime, allocs in account.rotation_config.regime_allocations.items %}
{{ regime }} · {{ allocs|length }} 资产
{% endfor %}
{% endif %}