{% if results %} {% for result in results %}
{% if result.success %} {% else %} {% endif %} {{ result.scenario }}
Accuracy: {{ "%.0f"|format(result.accuracy * 100) }}% {% if result.time_to_root_cause %} TTRC: {{ "%.1f"|format(result.time_to_root_cause) }}s {% endif %}
{{ result.run_at[:16] if result.run_at else '—' }}
{% endfor %} {% else %}
📈

No results yet

Run a scenario to see results

{% endif %}