{% extends 'base.html' %} {% load i18n %} {% block title %}Opportunities by Package - {{ block.super }}{% endblock %} {% block content %}

{% trans "Opportunities By Package" %}

{% if sources.object_list %} {% else %}

{% trans "There are currently no opportunities in Harvest. :(" %}

{% endif %}
{% endblock %}