[% INCLUDE 'stylesheet.html' %]
[% INCLUDE 'header.html' %] [% FOREACH groups %] [% IF modules.size > 0 %]
[% label %]
[% FOREACH modules %]
[% label %]
[% IF status == 'failed' %]
[% ELSIF status == 'skipped' %]
[% ELSE %]
[% END %] [% status %]
[% END %]
[% END %] [% END %]
Administrator:
Daniel Berrange