{% extends "base.html" %} {% load package_extras %} {% block title %}Arch Linux - Package Signoffs{% endblock %} {% block navbarclass %}anb-packages{% endblock %} {% block content %}
{{ signoff_groups|length }} signoff group{{ signoff_groups|pluralize }} found. A "signoff group" consists of packages grouped by pkgbase, architecture, and repository.
Arch | Package Base | # of Packages | Version | Last Updated | Target Repo | Approved | Signoff |
---|---|---|---|---|---|---|---|
{{ pkg.arch.name }} | {% pkg_details_link pkg %} | {{ group.packages|length }} | {{ pkg.full_version }} | {{ pkg.last_update|date }} | {{ group.target_repo }} | {{ group.approved|yesno:"Yes,No" }} |
|