]> git.ipfire.org Git - people/jschlag/pbs.git/blob - src/templates/modules/build-state-warnings.html
Drop dependency on textile
[people/jschlag/pbs.git] / src / templates / modules / build-state-warnings.html
1 {% if build.state == "broken" %}
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.") }}
5 </div>
6 {% elif build.state == "obsolete" %}
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.") }}
10 </div>
11 {% end %}