{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block tag %}packages{% endblock %} {% set options = True %} {%block options %}
{% if is_admin %} {% endif %} {% endblock %} {% block content %}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 %} |