{{ define "content" }}

{{.ViewState.event.Name}}

{{if eq .ViewState.event.Startdate .ViewState.event.Enddate}} Le {{(timeFrom .ViewState.event.Startdate).Format "02/01/2006"}} {{else}} Du {{(timeFrom .ViewState.event.Startdate).Format "02/01/2006"}} au {{(timeFrom .ViewState.event.Enddate).Format "02/01/2006"}} {{end}}

Informations

Informations sur le dispositif.

{{if .ViewState.event.Type}}
Type
{{.ViewState.event.Type}}
{{end}} {{if .ViewState.group}}
Structure gestionnaire
{{.ViewState.group.Data.name}}
{{end}} {{if .ViewState.event.MaxSubscribers}}
Total places
{{.ViewState.event.MaxSubscribers}}
{{end}} {{if ne .ViewState.event.MaxSubscribers 0}}
Places restantes
{{.ViewState.event.RemainingSubscriptions}}
{{end}} {{if .ViewState.event.Data.address}}
Adresse
{{.ViewState.event.Data.address.properties.label}}
{{end}} {{if .ViewState.event.Description}}
Description
{{.ViewState.event.Description}}
{{end}}
{{ if eq (index .ViewState.event.Owners 0) .Group.ID }}
{{template "subscribers_table" .}}
{{end}}

Inscrire un bénéficiaire

{{if gt .ViewState.event.RemainingSubscriptions 0}}

Vous devez sélectionner un bénéficiaire

{{else}}

Il n'y a plus de place disponible

{{end}} {{if .ViewState.subscribers}} {{if ne (index .ViewState.event.Owners 0) .Group.ID}}

Bénéficiaires {{.Group.Data.name}} inscrits

{{end}} {{end}}
{{ end }}