51b920c875
Plus lots of other tweaks.
16 lines
524 B
Plaintext
16 lines
524 B
Plaintext
[% WRAPPER layout.tt title="Jobset ‘$project.name:$jobset.name’ Evaluations" %]
|
||
[% PROCESS common.tt %]
|
||
|
||
<div class="page-header"><h1>Evaluations of Jobset <tt>[% INCLUDE renderLink
|
||
uri = c.uri_for(c.controller('Project').action_for('view'), [project.name])
|
||
title = project.name %]:[% jobset.name %]</tt></h1></div>
|
||
|
||
<p>Showing evaluations [% (page - 1) * resultsPerPage + 1 %] - [%
|
||
(page - 1) * resultsPerPage + evals.size %] out of [% total %].</p>
|
||
|
||
[% INCLUDE renderPager %]
|
||
|
||
[% INCLUDE renderEvals %]
|
||
|
||
[% END %]
|