<th>state</th>
<th>architectures</th>
</tr>
+ {%- set bootstrapdn = namespace(show=False) -%}
{%- set okarchs = depresult.pop(None, None) -%}
{%- for reason, archs in depresult.items()|sort -%}
+ {%- if not reason.startswith("skew ") -%}
+ {%- set bootstrapdn.show = True -%}
+ {%- endif -%}
<tr>
<td>{{ reason|e }}</td>
<td>{{ archs|arch_format }}</td>
</table>
<h5>See also</h5>
<ul>
- <li>
- <a href="https://bootstrap.debian.net/cross_all/{{ sourcepackage|e }}.html">bootstrap.debian.net</a>
- </li>
+ {%- if bootstrapdn.show -%}
+ <li>
+ <a href="https://bootstrap.debian.net/cross_all/{{ sourcepackage|e }}.html">bootstrap.debian.net</a>
+ </li>
+ {%- endif -%}
<li>
<a href="https://qa.debian.org/dose/debcheck/cross_unstable_main_amd64/">debcheck</a>
</li>