{% else %}
No Python packages here.
{% endif %}
{% if grp.untracked_packages %}
Untracked packages
These packages in the group are not tracked by portingdb:
{% for name in grp.untracked_packages %}
{{ name }}
({{ nonpython_package_links(name) }})
{% endfor %}
{% if 'exception' in grp and grp.hidden %}
(In case of review requests, the packages might not yet
exist and the links above might be dead.)
{% endif %}
{% endif %}