Participants {{ state.participants.count }}
{% if state.participants.total_count and state.participants.total_count != state.participants.count %}
of {{ state.participants.total_count }}
{% endif %}
{% for p in state.participants.entries %}
-
{{ p.handle }}
· {{ p.status }} · {{ p.last_seen_s_ago }}s ago
{% endfor %}