{{ scenario.name }}

{{ scenario.difficulty }}
Description

{{ scenario.description }}

Expected Root Cause

{{ scenario.expected_root_cause }}

{% if scenario.expected_service %}
Expected Service
{{ scenario.expected_service }}
{% endif %} {% if results %}
Recent Results
{% for r in results[:5] %}
{% if r.success %} {% else %} {% endif %} {{ "%.0f"|format(r.accuracy * 100) }}% accuracy
{{ r.run_at[:16] if r.run_at else '—' }}
{% endfor %}
{% endif %}