{% extends "base.html" %} {% load cycle from future %} {% load package_extras %} {% block title %}{{ BRANDING_DISTRONAME }} - Package Database{% endblock %} {% block navbarclass %}anb-packages{% endblock %} {% block head %} {% if is_paginated and page_obj.number > 1 %}{% endif %} {% endblock %} {% block content %} {% if package_list %}
{% include "packages/search_paginator.html" %}
{% 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 }}
{% include "packages/search_paginator.html" %} {% 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 {{ BRANDING_DISTRONAME }} 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).

{% endblock %}