{% extends "base.html" %} {% load static from staticfiles %} {% load attributes %} {% load package_extras %} {% block title %}Arch Linux - {{ title }}{% endblock %} {% block content %}
{{ packages|length }} package{{ packages|pluralize }} found. {% if maintainer %}This report only includes packages maintained by {{ maintainer.get_full_name }} ({{ maintainer.username }}).{% endif %}
Arch | Repo | Name | Version | Description | Last Updated | Build Date | Flag Date | {% for name in column_names %}{{ name }} | {% endfor %}|
---|---|---|---|---|---|---|---|---|---|
{{ pkg.arch.name }} | {{ pkg.repo.name|capfirst }} | {% pkg_details_link pkg %} | {% if pkg.flag_date %}{{ pkg.full_version }} | {% else %}{{ pkg.full_version }} | {% endif %}{{ pkg.pkgdesc }} | {{ pkg.last_update|date }} | {{ pkg.build_date|date }} | {{ pkg.flag_date|date }} | {% for attr in column_attrs %}{{ pkg|attribute:attr }} | {% endfor %}