[% META title = 'Long Status Listing' %]

Just because something is marked `done' here does not mean that it can't be improved, or a new version submitted.

[% FOREACH cmd = commands %] [% END %]
ToolClassAuthor(s)UpdatedStatusDocsTests
[% cmd.0 %] [% cmd.1 %] [% cmd.2.join('
') %]
[% cmd.3.join('
') %]
[% cmd.4 %] [% cmd.5 %] [% IF cmd.6.size > 0 %] [% FOREACH test = cmd.6 %]
[% test.command %][% test.result ? 'PASS' : 'FAIL' %]
[% test.name %] [%- IF test.info %]: [% test.info %][% END %]
[% END %] [% ELSE %] no [% END %]