Package Index
{% for package in package_list %}
{{ package.name }}
{% if package.latest and package.latest.summary %}: {{ package.latest.summary }}{% endif %}
{% endfor %}