2012-04-02 14:45:05 +00:00
|
|
|
|
[% WRAPPER layout.tt title="Jobset ‘$project.name:$jobset.name’ Evaluations" %]
|
2012-04-02 14:11:22 +00:00
|
|
|
|
[% PROCESS common.tt %]
|
|
|
|
|
|
2012-04-17 14:53:11 +00:00
|
|
|
|
<div class="page-header"><h1>Evaluations of Jobset <tt>[% INCLUDE renderLink
|
2012-04-02 14:11:22 +00:00
|
|
|
|
uri = c.uri_for(c.controller('Project').action_for('view'), [project.name])
|
2012-04-17 14:53:11 +00:00
|
|
|
|
title = project.name %]:[% jobset.name %]</tt></h1></div>
|
2012-04-02 18:40:59 +00:00
|
|
|
|
|
2012-04-02 14:11:22 +00:00
|
|
|
|
<p>Showing evaluations [% (page - 1) * resultsPerPage + 1 %] - [%
|
2012-04-15 20:06:42 +00:00
|
|
|
|
(page - 1) * resultsPerPage + evals.size %] out of [% total %].</p>
|
2012-04-02 14:11:22 +00:00
|
|
|
|
|
|
|
|
|
[% INCLUDE renderPager %]
|
|
|
|
|
|
2012-04-13 09:26:37 +00:00
|
|
|
|
[% INCLUDE renderEvals %]
|
2012-04-02 14:11:22 +00:00
|
|
|
|
|
|
|
|
|
[% END %]
|