{% load i18n %} {% if show_intro_message %} {# Quirky special case: the view function makes this happen when the user hasn't selected any filters #}
{% blocktrans %} To find opportunities, try changing some filters on the left {% endblocktrans %}
{% endif %} {% if packages_list.get_visible_packages %} {% else %}
{% with packages_list.get_hidden_packages|length as hidden_count %} {% if hidden_count %} {% blocktrans count hidden_count as counter %} No matching opportunities in the selected package {% plural %} No matching opportunities in {{ counter }} selected packages {% endblocktrans %} {% else %} {% blocktrans %} No packages match your query {% endblocktrans %} {% endif %} {% endwith %}
{% endif %}