[% WRAPPER layout.tt title="Latest steps" %] [% PROCESS common.tt %]

Showing steps [% (page - 1) * resultsPerPage + 1 %] - [% (page - 1) * resultsPerPage + steps.size %] of about [% total %] in order of descending finish time.

[% FOREACH step IN steps %] [% END %]
What Job Build Step When Duration Machine
[% INCLUDE renderBuildStatusIcon buildstatus=step.status size=16 %] [% step.drvpath.match('-(.*).drv').0 %] [% INCLUDE renderFullJobNameOfBuild build=step.build %] [% step.build.id %] [% step.stepnr %] [% INCLUDE renderRelativeDate timestamp=step.stoptime %] [% INCLUDE renderDuration duration = step.stoptime - step.starttime %] [% INCLUDE renderMachineName machine=step.machine %]
[% INCLUDE renderPager %] [% END %]