{% extends "base.html" %} {% load package_extras %} {% load adminmedia %} {% block title %}Arch Linux - Package Database{% endblock %} {% block navbarclass %}anb-packages{% endblock %} {% block head %} {% endblock %} {% block content %} {% if package_list %}
{% if paginator %}

{{paginator.count}} packages found. Page {{page_obj.number}} of {{paginator.num_pages}}.

{% if page_obj.has_previous %} {% else %} < Prev {% endif %} {% if page_obj.has_next %} {% else %} Next > {% endif %}

{% endif %}
{% csrf_token %} {% if perms.main.change_package %} {% endif %} {% for pkg in package_list %} {% if perms.main.change_package %} {% endif %} {% if pkg.flag_date %} {% else %} {% endif %} {% endfor %}
 Arch Repo Name Version Description Last Updated Flag Date
{{ pkg.arch.name }} {{ pkg.repo.name|capfirst }} {% pkg_details_link pkg %}{{ pkg.full_version }}{{ pkg.full_version }}{{ pkg.pkgdesc }} {{ pkg.last_update|date }} {{ pkg.flag_date|date }}
{% if paginator %}

{{paginator.count}} packages found. Page {{page_obj.number}} of {{paginator.num_pages}}.

{% if page_obj.has_previous %} {% else %} < Prev {% endif %} {% if page_obj.has_next %} {% else %} Next > {% endif %}

{% endif %} {% if perms.main.change_package %}

{% endif %}
{% else %}

We couldn't find any packages matching your query. Try searching again using different criteria, or try {% if search_form.q.data %} searching the AUR {% else %}searching the AUR{% endif %} to see if the package can be found there.

{% endif %}

You are browsing the Arch Linux package database. From here you can find detailed information about packages located in the official supported repositories. For unsupported packages, browse the Arch User Repository (AUR).

{{search_form.media}} {% endblock %}