{# Read-only Leaflet preview of every bbox row in a model_list whose row model exposes min_lon/min_lat/max_lon/max_lat (e.g. TomTom incidents). Passive: no drag-to-edit, no click-to-draw — precise tuning stays in the per-row coord inputs below. Mirrors _region_picker.html's init (tile layer, invalidateSize, fitBounds). Rectangles redraw live as inputs change; the viewport only fits on initial render so typing never makes the map jump. The map div is rendered ABOVE the row table, so init() is deferred until the DOM is parsed — otherwise the inline script would run before .model-list-body exists and the rows would be unreadable. #}