hydra/src/root/jobset-evals.tt

12 lines
305 B
Plaintext
Raw Normal View History

2013-02-20 14:54:33 +00:00
[% WRAPPER layout.tt title="Evaluations of jobset $project.name:$jobset.name" %]
[% PROCESS common.tt %]
<p>Showing evaluations [% (page - 1) * resultsPerPage + 1 %] - [%
(page - 1) * resultsPerPage + evals.size %] out of [% total %].</p>
[% INCLUDE renderPager %]
[% INCLUDE renderEvals %]
[% END %]