{{$userProjects := .userProjects}}{{$user := .user}}{{$defaultProjectIds := .defaultProjectIds}}
{{range $userProject := $userProjects}}

{{$userProject.group_name}}

    {{range $project := $userProject.projects}}
  • {{$project.name}}
  • {{end}}
{{end}}