{% if package.expanded %}
{% include "opportunities/package_details.html" %}
{% endif %}
{% endfor %}
{% with packages_list.get_hidden_packages|length as hidden_count %}
{% ifnotequal hidden_count 0 %}
{% blocktrans count hidden_count as counter %}{{ counter }} package has no matching opportunities{% plural %}{{ counter }} packages have no matching opportunities{% endblocktrans %}
{% endifnotequal %}
{% endwith %}
{% else %}
{% trans "There are currently no opportunities in Harvest. :(" %}