{{/* Copyright (c) 2020, 2023 Eclipse Foundation, Inc. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at http://www.eclipse.org/legal/epl-2.0. Contributors: Martin Lowe Olivier Goulet SPDX-License-Identifier: EPL-2.0 */}} {{ if $.Site.Data.eclipsefdn_projects }}
{{ range sort $.Site.Data.eclipsefdn_projects "name" "asc" }} {{ $project_contains_working_group := false }} {{ if $.Get "projects_working_group" }} {{ $working_group_id := $.Get "projects_working_group" }} {{ range .working_groups }} {{ if and (ne $project_contains_working_group true) (eq .id $working_group_id) }} {{ $project_contains_working_group = true }} {{ end }} {{ end }} {{ end }} {{ if or (not ($.Get "projects_working_group")) (eq $project_contains_working_group true) }} {{ end }} {{ end }}
{{ end }}