{% extends "base.html" %} {% block title %}{{ ui.home.live_title }} · {{ agg.assessment_name or agg.assessment_id }}{% endblock %} {% set band_color = {'strong': '#16a34a', 'acceptable': '#2563eb', 'material': '#d97706', 'high': '#ea580c', 'critical': '#dc2626', 'unknown': '#8a93a5'} %} {% set overall_key = band_key(agg.overall_score) %} {% block content %}
{{ report.cases_tested_hint }}
| Case | Title | Family | Severity | Score | Risk | |
|---|---|---|---|---|---|---|
| {{ c.case_id }} | {{ c.title }} | {{ c.scenario_family|replace('_', ' ') }} | {{ c.severity }} | {{ '%.0f'|format(c.overall_score) }} | {{ c.risk_band }} {% if c.critical_override %}override{% endif %} | {{ ui.common.inspect }} → |
{{ g.text }}
{{ g.text }}
{{ g.text }}