{{define "event_files"}}
{{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}} {{ if eq (index .ViewState.event.Owners 0) .Group.ID }}

Ajouter un document

{{.IconSet.Icon "hero:outline/folder-plus" "mx-auto h-12 w-12 text-gray-400"}}

Jusqu'à 10MB

{{end}}
{{end}}