{% extends "_base.html" %} {% block titlecontent -%} Mispackaged – {{ super() }} {%- endblock titlecontent %} {% block bodycontent %}

Mispackaged

All mispackaged packages, ordered by last activity.

{% if not mispackaged %}



There are currently no such packages.

{% else %} {% for pkg in mispackaged %} {% endfor %}
Package Last activity
{{ pkglink(pkg) }} {% if pkg.last_link_update %} {% else %} no Bugzilla report yet {% endif %}
{% endif %}
{% endblock bodycontent %}