{% extends 'layout.html' %} {% block title %}Packages - {{ super() }}{% endblock %} {% block content %} {% macro installs_badge(counts) %} {% if counts %} {% set n = counts.recent_download_count %} {% if n >= 100000 %} 100k+ installs {% elif n >= 50000 %} 50k+ installs {% elif n >= 25000 %} 25k+ installs {% elif n >= 10000 %} 10k+ installs {% elif n >= 5000 %} 5k+ installs {% elif n >= 2500 %} 2.5k+ installs {% elif n >= 1000 %} 1k+ installs {% endif %} {% endif %} {% endmacro %} {% macro package_card(version, archived=false) %}
These packages are no longer in the active catalog and are not actively maintained.