{#
Rename + icon dialog for one driver row. `item` is a build_driver_data() entry.
The rename form and the icon forms are siblings, not nested — a form inside a
form is invalid HTML and the browser drops the inner one. The footer's Save
reaches the rename form through `form="..."`.
Trigger is located by `button[onclick*='showModal']` in E2E specs, never by its
label: the default language follows navigator.language.
#}
{% import "partials/icons.html" as ico %}
{% set d = item.driver %}