[% WRAPPER layout.tt title="Jobset ‘$project.name:$jobset.name’ Evaluations" %] [% PROCESS common.tt %]

Evaluations of Jobset [% INCLUDE renderLink uri = c.uri_for(c.controller('Project').action_for('view'), [project.name]) title = project.name %]:[% jobset.name %]

[% nrShown = evals.size > resultsPerPage ? resultsPerPage : evals.size %]

Showing evaluations [% (page - 1) * resultsPerPage + 1 %] - [% (page - 1) * resultsPerPage + nrShown %] out of [% total %].

[% INCLUDE renderPager %] [% INCLUDE renderEvals %] [% END %]