]> git.ipfire.org Git - people/jschlag/pbs.git/blame - src/templates/modules/build-state-warnings.html
Use autotools
[people/jschlag/pbs.git] / src / templates / modules / build-state-warnings.html
CommitLineData
f6e6ff79 1{% if build.state == "broken" %}
b9d096e0
MT
2 <div class="alert alert-danger">
3 <strong>{{ _("This build is broken!") }}</strong>
4 {{ _("This means that the package may cause severe damage on your system and/or does not work at all.") }}
f6e6ff79
MT
5 </div>
6{% elif build.state == "obsolete" %}
b9d096e0
MT
7 <div class="alert alert-warning">
8 <strong>{{ _("This build is obsolete!") }}</strong>
9 {{ _("This means that this package has been replaced with a new one.") }}
f6e6ff79
MT
10 </div>
11{% end %}