[% WRAPPER layout.tt title="Queue" %]
[% PROCESS common.tt %]
[% IF resource.size == 0 %]
<div class="alert alert-info">There are no pending builds.</div>
[% ELSE %]
[% INCLUDE renderBuildList builds=resource showSchedulingInfo=1 hideResultInfo=1 %]
[% END %]