[% WRAPPER layout.tt title="Running builds" %]
[% PROCESS common.tt %]
[% IF resource.size == 0 %]
There are no running builds.
[% ELSE %]
[% INCLUDE renderBuildList builds=resource showSchedulingInfo=1 hideResultInfo=1 busy=1 showStepName=1 %]
[% END %]
[% END %]