{% load cache %} {% cache 60 dev-dash-by-arch %}

Stats by Architecture

{% for arch in arches %} {% endfor %}
Arch # Packages # Flagged
{{ arch.name }} {{ arch.total_ct }} packages {{ arch.flagged_ct }} packages
{# #dash-by-arch #} {% endcache %} {% cache 60 dev-dash-by-repo %}

Stats by Repository

{% for repo in repos %} {% endfor %}
Repository # Packages # Flagged # Maintainers
{{ repo.name }} {{ repo.total_ct }} packages {{ repo.flagged_ct }} packages {{ repo.maintainer_ct }} maintainers
{# dash-by-arch #} {% endcache %} {% cache 60 dev-dash-by-developer %}

Stats by Developer

{% if perms.main.change_package %}

Look for stale relations

{% endif %} {% for maint in maintainers %} {% endfor %}
Maintainer # Maintained # Flagged # Last Packager
Orphan/Unknown {{ orphan.package_count }} packages {{ orphan.flagged_count }} packages {{ orphan.updated_count }} packages
{{ maint.get_full_name }} {{ maint.package_count }} packages {{ maint.flagged_count }} packages {{ maint.updated_count }} packages
{# #dash-by-developer #} {% endcache %}