{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block tag %}packages{% endblock %} {% set options = True %} {%block options %}
Restrict to branch:
Restrict to status:
Restrict to owner:
Restrict to namespace:
{% if is_admin %} {% endif %} {% endblock %} {% block content %}

Search packages{% if namespace %} ({{ namespace }}) {% endif %}

{% if origin == 'list_packages' %}

See the list of orphaned or retired packages

{% elif origin == 'list_orphaned' %}

See the list of active or retired packages

{% elif origin == 'list_retired' %}

See the list of active or orphaned packages

{% endif %}

{{ packages_count }} packages found

{% if total_page and total_page > 1 and total_page >= page %}
{% if page > 1 %} < Previous {% else %} < Previous {% endif %} {{ page }} / {{ total_page }} {% if page < total_page %} Next > {% else %} Next > {% endif %}
{% endif %} {% endblock %}