{{define "vehicles_list"}}
{{range .ViewState.vehicles}} {{end}}
Statut Réservation Numéro (Immat / Bicycode) Type Modèle Lieu Actions
{{if not .Bookings}} Disponible {{else if len .Bookings | eq 1}} {{range .Bookings}} {{if .Data.administrator_unavailability}} Retiré {{else if eq .Status -1 }} Disponible {{end}} {{end}} {{else}} {{range .Bookings}} {{if .Data.administrator_unavailability}} Retiré {{else}} {{if eq .Status 1 }} A venir {{else if eq .Status 0 }} En cours {{end}} {{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
{{end}}