blob: 2b866f7a522741932063fef5cc0f70c159b9b29e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{{^untested}}
{{#icon}}
<a href="/debian/{{suite}}/{{arch}}/index_{{status}}.html" title="Go to: summary of all {{spokenstatus}} packages" target="_parent">
<img src="/static/{{icon}}" alt="{{spokenstatus}}">
</a>
{{/icon}}
<a href="/debian/{{suite}}/{{arch}}/index_{{status}}.html" title="Go to: summary of all {{spokenstatus}} packages" target="_parent">
{{spokenstatus}}
</a>
{{/untested}}
{{#untested}}
{{#icon}}<img src="/static/{{icon}}" alt="{{spokenstatus}}">{{/icon}} {{spokenstatus}}
{{/untested}}
|