{{ .Title }}
Provider : 
					{{ $member := .Param "member" }}
					{{ range where .Site.RegularPages "Section" "members" }}
						{{ $membercompany := .File.BaseFileName }}
						{{ if eq $member $membercompany }}
							{{ .Title }}
							{{ if .Param "country" }}
								 ({{ .Param "country" }})
							{{ end }}
							
							
							{{ if .Param "image" }}
								{{ $imagename := .Param "image" }}
								{{ $imagelocation := (printf "%s/%s" "images/members/" $imagename) }}
								{{ $imageresource := resources.Get $imagelocation }}
								{{ $image := $imageresource.Fit "200x200" }}
								 {{ else }}
								{{ .Title }}
							{{ end }}
							
						{{ end }}
					{{ end }}
							{{ else }}
								{{ .Title }}
							{{ end }}
							
						{{ end }}
					{{ end }}
				{{ end }}
			POWER Based systems :
- 
				{{ range $s := .Param "systems" }}
					
- {{ $s }} {{ end }}
Provides these OPF HUB resources :
- 
				{{ range $p := .Param "provides" }}
					
- {{ $p }} {{ end }}
Project Types :
- 
				{{ range $o := .Param "projects" }}
					
- {{ $o }} {{ end }}
Resource Addons :
- 
				{{ range $a := .Param "addons" }}
				{{ if ne $a "none" }}
					
- {{ $a }} {{ end }} {{ end }}