{{foreach $restrictions['applications'] as $appKey => $appId}}
  


    {{if isset( $restrictions['modules'] ) AND isset( $restrictions['modules'][ $appId ] ) }} {{foreach $restrictions['modules'][ $appId ] as $moduleKey => $moduleId}}
  •   {lang="expand"} / {lang="collapse"}
    {{if isset( $restrictions['items'][ $moduleId ] )}}
      {{foreach $restrictions['items'][ $moduleId ] as $title => $items}}
    • {lang="r__{$title}"}

        {lang="all"} / {lang="none"}
        {{foreach $items as $k => $v}}
      • {{endforeach}}
    • {{endforeach}}
    {{endif}}
  • {{endforeach}} {{endif}}
{{endforeach}}