[% releaseName = (result.releasename || "(No name)") %] [% WRAPPER layout.tt title="View $releaseName" %] [% PROCESS common.tt %] [% PROCESS "product-list.tt" %] [% USE HTML %]
Finished building on [% INCLUDE renderDateTime timestamp = result.timestamp %].
[% IF result.status == 1 %]Note: One or more of the jobs in the view did not build correctly. See below for details.
[% ELSIF result.status == 2 %]Note: One or more of the jobs in the view have not been built (yet). See below for details.
[% END %] [% FOREACH j IN result.jobs %]Succeeded.
[% END %] [% ELSE %]Build failed
[% END %] [% ELSE %]Build not (yet) performed.
[% END %]