{{ partial "header.html" . }} {{ partial "navbar.html" . }} {{ $filename := .File.BaseFileName }} {{ $groupdatafile := index $.Site.Data.groups $filename }}

{{ .Title }}

{{ if .Content }} {{ .Content }} {{ else }}   {{ end }}
  • 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 }}
  • 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
      • OPF Chat
      • {{ if .Param "chat.slack" }}
      • OPF Slack
      • {{ end }} {{ if .Param "chat.irc" }}
      • {{ .Param "chat.irc" }}
      • {{ end }}
    • {{ end }} {{ if .Param "files" }}
    • Files
    • {{ end }} {{ if .Param "kanban" }}
    • Kanban
    • {{ end }}
    {{ if $groupdatafile.members }}
  • Active Voting Work Group Members :
  • {{ end }}
 
{{ partial "footer.html" . }}