{{ .Title }}
- Workgroup Details :
						
- 
						{{ if .Param "chair" }}
							
 - Chair :
- 
							{{ range (.Param "chair") }}
								{{ $chairfile := printf "%s/%s" "persons" . }}
								{{ with $.Site.GetPage $chairfile }}
								
 - {{ .Title }} {{ if .Param "member" }} {{ $memberfile := printf "%s/%s" "members" (.Param "member") }} {{ with $.Site.GetPage $memberfile }} ({{ .Title }}) {{ end }} {{ end }} {{ end }} {{ end }}
 
						{{ end }}
						{{ if .Param "wgtype" }}
							{{ $data := index $.Site.Data }}
							{{ $wgtype := .Param "wgtype" }}
							{{ range $data.workgroups }}
								{{ if eq $wgtype .id }}
									 - Type : {{ .name }} {{ end }} {{ end }} {{ end }} {{ if .Param "participation" }}
 - Participation : {{ .Param "participation" }} {{ if eq (.Param "participation") "Public" }} {{ end }} {{ if eq (.Param "participation") "Members" }} {{ end }} {{ if eq (.Param "participation") "Limited" }} {{ end }} {{ end }}
 
 - Chair :
 - Workgroup Involvment
						
- 
						{{ if .Param "cadence" }}
							
 - Workgroup Meeting Cadence :
{{ .Param "cadence" }} 
{{ if $groupdatafile.nextmeeting }}
{{ $today := int (now.Format "20060102") }}
{{ $nextmeetingdate := $groupdatafile.nextmeeting.date }}
{{ $nextmeetingday := int ((time $groupdatafile.nextmeeting.date).Format "20060102") }}
{{ $nextmeetingtime := $groupdatafile.nextmeeting.time }}
{{ $datediff := (sub $today $nextmeetingday) }}
{{ if lt $datediff 0 }}
							 - Next meeting on :
{{ $datetime := time (printf "%sT%s:00.00+00:00" $nextmeetingdate $nextmeetingtime) }} {{ $datetime.Format "2" }}{{ if in (slice 1 21 31) $datetime.Day}}st{{ else if in (slice 2 22) $datetime.Day}}nd{{ else if in (slice 3 23) $datetime.Day}}rd{{ else }}th{{ end }} of {{ $datetime.Format "January 2006" }} @ {{ $nextmeetingtime }} UTC{{ end }} {{ end }} {{ end }}- Workgroup Resources :
 - 
						{{ if .Param "discussion" }}
							
 - Discussion {{ end }} {{ if .Param "meetingminutes" }}
 - Meeting Minutes {{ end }} {{ if .Param "calendar" }}
 - Calendar : {{ end }} {{ if .Param "git" }}
 - Git SCM {{ end }} {{ if .Param "chat" }}
 - Chat {{ end }} {{ if .Param "files" }}
 - Files {{ end }} {{ if .Param "kanban" }}
 - Kanban {{ end }}
 
- Active Voting Work Group Members :
 {{ end }}- 
						{{ range $member := $groupdatafile.members }}
							{{ $memberfile := printf "%s/%s" "members" $member }}
							{{ with $.Site.GetPage $memberfile }}
								
 - 
								
								{{ if .Param "image" }}
									{{ $imagename := .Param "image" }}
									{{ $imagelocation := (printf "%s/%s" "images/members/" $imagename) }}
									{{ $imageresource := resources.Get $imagelocation }}
									{{ $image := $imageresource.Fit "75x75 webp" }}
									
{{ else }} {{ .Title }} {{ end }}
							{{ end }}
						{{ end }}
						 
- 
								
								{{ if .Param "image" }}
									{{ $imagename := .Param "image" }}
									{{ $imagelocation := (printf "%s/%s" "images/members/" $imagename) }}
									{{ $imageresource := resources.Get $imagelocation }}
									{{ $image := $imageresource.Fit "75x75 webp" }}
									
 
 - Workgroup Resources :
 
 - Workgroup Meeting Cadence :