{{ online_count }}
Online
{{ busy_count }}
Busy
{{ event_count }}
Events
{% if active_peers %}

Active Peers

{% for peer in active_peers %}
{{ peer.label }} {{ peer.status }}
{% if peer.description %}

{{ peer.description }}

{% endif %}

{{ peer.name }}

path: {{ peer.parent_path }} {{ peer.folder }}
{% endfor %}
{% else %}
No peers online
Start an agent session to see it here
{% endif %} {% if recent_events %}

Recent Activity

{% for event in recent_events %}
{{ event.time }} {{ event.from }} → {{ event.to }} {{ event.text }}
{% endfor %}
{% endif %}