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

{{ title }}

{{ packages|length }} package{{ packages|pluralize }} found.

{% 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.pkgname }}{{ 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 %}