{% extends "layout.html" %} {% block title %}Browsing package "{{ pkg.key | e}}"{% endblock %} {% block body %}

Browsing package "{{ pkg.key | e }}" - {{ pkg.ebuilds | length }} ebuild(s):

{% if qa %}

Package QA issues

{% for pkgqa in qa %}
{{ pkgqa.type | e }}
{{ pkgqa.data | e }}
{% endfor %}
{% else %} This package has no known QA issues {% endif %} {% endblock %}