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

Search packages

{% 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 %}
{% if page > 1%} < Previous {% else %} < Previous {% endif %} {{ page }} / {{ total_page }} {% if page < total_page %} Next > {% else %} Next > {% endif %}
{% endif %} {% endblock %}