hydra/src/root/dashboard-my-jobsets-tab.tt
Eelco Dolstra 8a0200edd2 Doh
2013-11-05 16:13:09 +01:00

13 lines
208 B
Plaintext

[% PROCESS common.tt %]
[% IF jobsets.size == 0 %]
<div class="alert alert-warning">You are not the owner of any
jobset.</div>
[% ELSE %]
[% INCLUDE renderJobsetOverview showProject=1 %]
[% END %]