{{ partial "header.html" . }} {{ partial "navbar.html" . }}

{{ .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 }}
  • Workgroup Resources :
      {{ if .Param "discussion" }}
    • Discussion
    • {{ 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 .Param "members" }}
  • Active Voting Work Group Members :
  • {{ end }}
{{ if .Content }} {{ .Content }} {{ else }}   {{ end }}
 
{{ partial "footer.html" . }}