2012-04-02 16:45:05 +02:00
|
|
|
|
[% WRAPPER layout.tt title="Jobset ‘$project.name:$jobset.name’ Evaluations" %]
|
2012-04-02 16:11:22 +02:00
|
|
|
|
[% PROCESS common.tt %]
|
|
|
|
|
|
2012-04-13 11:26:37 +02:00
|
|
|
|
<h2>Evaluations of Jobset <tt>[% INCLUDE renderLink
|
2012-04-02 16:11:22 +02:00
|
|
|
|
uri = c.uri_for(c.controller('Project').action_for('view'), [project.name])
|
2012-04-13 11:26:37 +02:00
|
|
|
|
title = project.name %]:[% jobset.name %]</tt></h2>
|
2012-04-02 20:40:59 +02:00
|
|
|
|
|
2012-04-02 16:11:22 +02: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 16:11:22 +02:00
|
|
|
|
|
|
|
|
|
[% INCLUDE renderPager %]
|
|
|
|
|
|
2012-04-13 11:26:37 +02:00
|
|
|
|
[% INCLUDE renderEvals %]
|
2012-04-02 16:11:22 +02:00
|
|
|
|
|
|
|
|
|
[% END %]
|