{# 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 %}

Edit driver

Name Shared with everyone — the driver library is global. Leave empty to show the ZIP filename.
Icon
{% if item.has_icon %}
256×256 PNG
{% else %}

No icon yet.

{% endif %}

Any image — resized to 256 × 256 PNG. 750 KB max.

{% if web_search_enabled() %}
Searching…
{% endif %}