{% load i18n %} {% if show_always or contacts.count %}
{% if is_link %}
{{ label }}
{% else %}
{{ label }}
{% endif %}
{{ contacts.count }}
{% if contacts %} {% for contact in contacts %} {{ contact }} {% if not forloop.last %}  -  {% endif %} {% endfor %} {% else %}   {% endif %}
{% endif %}