{% extends "base.html" %} {% load package_extras %} {% block title %}Arch Linux - Search Results{% endblock %} {% block content %} {% if package_list %}
{% if paginator %} {% endif %} {% if user.is_authenticated %} {% endif %} {% for pkg in package_list %} {% if user.is_authenticated %} {% endif %} {% if pkg.needupdate %} {% else %} {% endif %} {% endfor %} {% if paginator %} {% endif %}
{{paginator.count}} packages found. Page {{page_obj.number}} of {{paginator.num_pages}}. {% if page_obj.has_previous %} <<< Previous {% else %} <<< Previous {% endif %} {% if page_obj.has_next %} Next >>> {% else %} Next >>> {% endif %}
 Arch Repo Name Version Description Last Updated
{{ pkg.arch.name }} {{ pkg.repo.name|capfirst }} {{ pkg.pkgname }}{{ pkg.pkgver }}-{{ pkg.pkgrel }}{{ pkg.pkgver }}-{{ pkg.pkgrel }}{{ pkg.pkgdesc }} {{ pkg.last_update|date:"Y-m-d" }}
{{paginator.count}} packages found. Page {{page_obj.number}} of {{paginator.num_pages}}. {% if page_obj.has_previous %} <<< Previous {% else %} <<< Previous {% endif %} {% if page_obj.has_next %} Next >>> {% else %} Next >>> {% endif %}
{% if user.is_authenticated %}
{% endif %}
{% endif %} {% endblock %}