{% for package in packages %}
{% include 'packages/_status.html' with status=package.status_name %}
{{ package.filepath }}
{% endfor %}