sections:
<% loop PublicDeployments.GroupedBy(getIndustry) %> - name: $getIndustry
  users:
<% loop Children %>   -
     name: $getOrg
     country: $getCountry
     cloudtype: $DeploymentType
     version: $CurrentReleases
<% end_loop %> <% end_loop %>