{% if reports %}
| Key | Grade | Drift | Contradiction | Staleness | Volatility |
|---|---|---|---|---|---|
| {{ r.key }} | {{ r.grade }} | {{ "%.2f"|format(r.drift_score) }} | {{ "%.2f"|format(r.contradiction_score) }} | {{ "%.2f"|format(r.staleness_score) }} | {{ "%.2f"|format(r.volatility_score) }} |