{{define "vehicles_list"}}
| Statut | Numéro (Immat / Bicycode) | Type | Modèle | Lieu | Actions | 
|---|---|---|---|---|---|
| {{range $.ViewState.bookings}} {{if .Data.administrator_unavailability}} Retiré {{else}} {{if eq .Status 1 }} A venir {{end}} {{if eq .Status 0 }} En cours {{end}} {{if eq .Status -1 }} Terminé {{end}} {{end}} {{end}} | 
                                     {{.Data.licence_plate}} 
                                 | 
                                
                                     
                                        {{.Type}}
                                        {{if eq .Type "Voiture"}}
                                        {{ if .Data.automatic}} (boite auto){{ end }}
                                        {{end}}
                                     
                                 | 
                                
                                     {{.Data.name}} 
                                 | 
                                
                                     {{if .Data.address}}{{.Data.address.properties.label}}{{end}} 
                                 | 
                                Voir |