{{define "booking_documents"}}

Documents

{{if eq (len .ViewState.documents) 0}}

Aucun document

{{end}} {{if gt (len .ViewState.documents) 0}}
{{range .ViewState.documents}} {{end}}
Type Actions
{{index $.ViewState.file_types_map .Metadata.Type}}

{{.Metadata.Name}}

{{.LastModified.Format "02/01/2006"}}
{{end}}
{{end}}