{% spaceless %}
{% for c in action.contacts.all %} {{ c.fullname }} {% if not c.entity.is_single_contact %} ({{ c.entity }}) {% endif %}   {% endfor %} {% for e in action.entities.all %} {{ e }}   {% endfor %}
{% endspaceless %}