{% extends "base.html" %} {% load package_extras %} {% block title %}Parabola - 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.

{% endif %}

You are browsing the Parabola package database. From here you can find detailed information about packages located in the official supported repositories. If you need the sourceball from where a package is built, you can look at our sources repo.

{% load adminmedia %} {{search_form.media}} {% endblock %}