<#setting number_format = "#"/>
<#list sections as section> <#assign permissions = section.permissions/> <#list permissions as p>
${I18n.getMessage("PermissionControl.groupTitle")} - "${group.name}"
${I18n.getMessage("PermissionControl.howTo")}:

  • ${I18n.getMessage("PermissionControl.areRestrictive")}.
  • ${I18n.getMessage("PermissionControl.allowAllDescrption")}.
  • ${I18n.getMessage("PermissionControl.notTrivial")}.
  • ${section.sectionName}
      ${p.name} <#if p.type == "single"> <#assign permissionData = p.data/> <#assign allValues = ""/> <#list permissionData as pd> <#assign allValues = allValues +";"+ pd.id/>