[% WRAPPER layout.tt title="Release $release.name" %] [% PROCESS common.tt %] [% PROCESS "product-list.tt" %] [% USE HTML %]

Released on [% INCLUDE renderDateTime timestamp = release.timestamp %].

[% IF !members %]

No builds have been added to this release yet.

[% ELSE %] [% FOREACH m IN members %]

[% HTML.escape(m.description) %]

[% INCLUDE renderProductList build=m.build %] [% END %] [% END %] [% END %]