{{define "content"}}

{{.ViewState.beneficiary.Data.first_name}} {{.ViewState.beneficiary.Data.last_name}}

{{if .ViewState.beneficiary.Metadata.created}}Ajouté le par Conseiller 1{{end}}

Informations personnelles

Informations générales sur le bénéficiaire.

{{if .ViewState.beneficiary.Data.email}}
Email
{{.ViewState.beneficiary.Data.email}}
{{end}} {{if .ViewState.beneficiary.Data.phone_number}}
Téléphone
{{.ViewState.beneficiary.Data.phone_number}}
{{end}} {{if .ViewState.beneficiary.Data.birthdate}}
Date de naissance
{{(timeFrom .ViewState.beneficiary.Data.birthdate).Format "02/01/2006"}}
{{end}} {{if and .ViewState.beneficiary.Data.gender (ne .ViewState.beneficiary.Data.gender "0")}}
Genre
{{genderISO5218 .ViewState.beneficiary.Data.gender}}
{{end}} {{if .ViewState.beneficiary.Data.address}}
Adresse
{{.ViewState.beneficiary.Data.address.properties.label}}
{{end}} {{if .ViewState.beneficiary.Data.file_number}}
Numéro de dossier
{{.ViewState.beneficiary.Data.file_number}}
{{end}} {{if and .ViewState.beneficiary.Data.other_properties .ViewState.beneficiary.Data.other_properties.status}}
Statut
{{.ViewState.beneficiary.Data.other_properties.status}}
{{end}} {{if and .ViewState.beneficiary.Data.other_properties .ViewState.beneficiary.Data.other_properties.situation}}
Situation sociale
{{.ViewState.beneficiary.Data.other_properties.situation}}
{{end}} {{if and .ViewState.beneficiary.Data.other_properties .ViewState.beneficiary.Data.other_properties.subscription_reason}}
Motif d'inscription
{{.ViewState.beneficiary.Data.other_properties.subscription_reason}}
{{end}} {{if and .ViewState.beneficiary.Data.other_properties .ViewState.beneficiary.Data.other_properties.last_subscription_date}}
Dernière adhésion
{{ .ViewState.beneficiary.Data.other_properties.last_subscription_date}}
{{end}} {{if and .ViewState.beneficiary.Data.other_properties .ViewState.beneficiary.Data.other_properties.comment}}
Commentaire
{{.ViewState.beneficiary.Data.other_properties.comment}}
{{end}}
{{template "beneficiary_files" .}}
{{template "beneficiary_notes" .}}
{{template "beneficiary_wallet" .}}
{{template "beneficiary_organizations" .}}
{{template "beneficiary_events" .}}
{{end}}