{{define "booking_status_history"}} {{if eq .ViewState.status_management "manual"}} {{if .ViewState.booking.StatusHistory}}
Historique des statuts
{{if .FromStatus}}{{$from := .FromStatus}}{{range $.ViewState.status_options}}{{if eq (index . "name") $from}}{{index . "label"}}{{end}}{{end}} → {{end}}{{$to := .ToStatus}}{{range $.ViewState.status_options}}{{if eq (index . "name") $to}}{{index . "label"}}{{end}}{{end}} par {{.UserName}} ({{.GroupName}})
{{if .Comment}}{{.Comment}}
{{end}}