]> git.ipfire.org Git - people/jschlag/pbs.git/blame - src/templates/modules/jobs/status.html
Use autotools
[people/jschlag/pbs.git] / src / templates / modules / jobs / status.html
CommitLineData
eedc6432
MT
1{% if jobs %}
2 {% for j in jobs %}
3 <a href="/job/{{ j.uuid }}" rel="tooltip" title="{% module JobState(j, plain=True) %}">
4 {% module JobState(j, show_arch=True) %}
5 </a>
6 {% end %}
7{% else %}
8 <span class="muted">
9 {{ _("This build has got no jobs.") }}
10 </span>
11{% end %}