{% extends "base.html" %} {% block title %}{{ driver.display_name }} — FSD Disengagement Studio{% endblock %} {% block content %}
{{ driver.id }}
Per-firmware regression chart filtered to this driver's disengagements only. Compare against the global dashboard to see whose drives skew the household totals.
No events for this driver yet.
{% endif %}| When | Firmware | Cause | Speed | Confidence | Summary |
|---|---|---|---|---|---|
| {{ ev.timestamp.strftime("%Y-%m-%d %H:%M") }} | {{ ev.firmware_version }} | {% if ev.classification_cause %} {{ ev.classification_cause }} {% else %} unclassified {% endif %} | {{ "%.1f mph" | format((ev.speed_at_transition_mps or 0) * 2.23694) }} | {{ "%.2f" | format(ev.confidence or 0) }} | {{ ev.classification_summary or "" }} |
No events yet for this driver.
{% endif %}