{% extends "base.html" %} {% block content %}

Package Search {% if query %} "{{ query }}" {% else %} Recently Updated {% endif %}

Browse and search through the local mirror index

{{ "{:,}".format(total_count) }}
Matching Packages
{% for pkg in results %} {% endfor %} {% if not results %} {% endif %}
Package Name Version Repository Size Last Updated
{{ pkg.name }}
{{ pkg.version }}
{{ pkg.repo }}
{{ pkg.size | human_size }}
{{ pkg.mtime | human_time }}
No packages found

Try adjusting your search criteria

{% if total_pages > 1 %}
{% if page > 1 %} {% endif %}
Page {{ page }} of {{ total_pages }}
{% if page < total_pages %} {% endif %}
{% endif %}
{% endblock %}