{% load i18n creme_widgets %} {% if opportunities is not None %}
{% if acts|length == 0 %} {% translate 'Opportunities' %} {% else %} {% blocktranslate count count=opportunities|length %}{{count}} Opportunity{% plural %}{{count}} Opportunities{% endblocktranslate %} {% endif %} {% for opp in opportunities %}{% widget_join %}{% widget_entity_hyperlink opp user %}{% end_widget_join %}{% empty %}—{% endfor %}
{% endif %}