{% load static i18n chat_tags %} {% if participants.count > 0 %}

{% trans 'Participants' %}

{% for participant in participants %} {% include 'chat/_view_participant.html' with space=space space_type=space_type %} {% endfor %}
{% else %}

{% trans 'There is no other participants in this space yet.' %}

{% endif %}