{% trans "Opportunities By Package" %}
{% if sources.object_list %}-
{% for source in sources.object_list %}
-
{{ source.name }} ({{ source.valid_opportunities.count }} issues)
-
{% for opportunity in source.valid_opportunities %}
{% include "opportunities/opportunity_detail.inc.html" %}
{% endfor %}
{% endfor %}
{% if sources.has_previous %}
previous
{% endif %}
Page {{ sources.number }} of {{ sources.paginator.num_pages }}.
{% if sources.has_next %}
next
{% endif %}
{% else %}
{% trans "There are currently no opportunities in Harvest. :(" %}
{% endif %}