{{ $col_class := "col-sm-24" }} {{ if gt (len $.Site.Taxonomies.participation_levels) 1 }} {{ $col_class := "col-sm-18" }}

All members

{{ end }}
{{ range $index, $level := $.Site.Taxonomies.participation_levels }}

{{ humanize $index }}

{{ range .Pages}} {{ .Scratch.Set "link" .RelPermalink }} {{ if .Params.link }} {{ .Scratch.Set "link" .Params.link }} {{ end }} {{ if .Params.member_id }} {{ .Scratch.Set "link" (print "https://www.eclipse.org/membership/showMember.php?member_id=" .Params.member_id) }} {{ end }}

{{ .Title }}

{{ .Summary }}

{{ end }}
{{ end }}