{{define "journeys_organized_carpool"}} {{if .ViewState.organized_carpools}} {{ if eq (len .ViewState.organized_carpools) 0}}

Aucun covoitureur solidaire disponible pour ce trajet.

{{else}} {{ range .ViewState.organized_carpools }} {{ $driver := (index $.ViewState.solidarity_drivers .Driver.Id)}} {{ end }}
Covoitureurs solidaires Départ conducteur Arrivée conducteur Date et heure Profil validé  
{{ $driver.Data.first_name }} {{ $driver.Data.last_name }} {{ .DriverDepartureAddress }} {{ .DriverArrivalAddress }} {{ if .PassengerPickupDate }} {{ .PassengerPickupDate.AsTime.Format "02/01/2006 15:04" }} {{ end }} {{if carpoolDriverValidatedProfile $driver (carpoolDocuments $driver.ID) }} Oui {{else}} Non {{end}} Organiser
{{end}} {{end}} {{end}}