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