[% WRAPPER page.tt %]
  
Module groups
  [% IF groups.size > 0 %]
    
    [% FOREACH groups %]
      [% IF modules.size > 0 %]
          
            | [% label | html %] | 
|---|
          
          
          [% FOREACH modules %]
            
              | [% label | html %] | [% status %] | 
          [% END %]
          
      [% END %]
    [% END %]
    
  [% ELSE %]
    There are no module groups defined
  [% END %]
[% END %]