{% extends "base.html" %} {% load attributes %} {% load package_extras %} {% block title %}Arch Linux - {{ title }}{% endblock %} {% block content %}

{{ title }}{% if maintainer %}, maintained by {{ maintainer.get_full_name }}{% endif%}

{{ packages|length }} package{{ packages|pluralize }} found. {% if maintainer %}This report only includes packages maintained by {{ maintainer.get_full_name }} ({{ maintainer.username }}).{% endif %}

{% for name in column_names %} {% endfor %} {% for pkg in packages %} {% if pkg.flag_date %} {% else %} {% endif %} {% for attr in column_attrs %} {% endfor %} {% endfor %}
Arch Repo Name Version Description Last Updated Build Date Flag Date{{ name }}
{{ pkg.arch.name }} {{ pkg.repo.name|capfirst }} {% pkg_details_link pkg %}{{ pkg.full_version }}{{ pkg.full_version }}{{ pkg.pkgdesc }} {{ pkg.last_update|date }} {{ pkg.build_date|date }} {{ pkg.flag_date|date }}{{ pkg|attribute:attr }}
{% load cdn %}{% jquery %} {% endblock %}