.: Peers status :.  {% if _table['PEERS']|length >0 %} {% for _peer, _pdata in _table['PEERS'].items() %} {% endfor %}
HB Protocol
Peer Systems
Callsign (DMR Id)
Info
Connected
TX/RX/Lost
Slot Source Destination
{{ _peer}}
Mode: {{ _table['PEERS'][_peer]['MODE'] }}
{{_table['PEERS'][_peer]['CALLSIGN']}} (Id: {{ _table['PEERS'][_peer]['RADIO_ID'] }})   Linked Time Slot: {{ _table['PEERS'][_peer]['SLOTS'] }}

{{_table['PEERS'][_peer]['LOCATION']}}
{{ _table['PEERS'][_peer]['STATS']['CONNECTED'] }}
{{ _table['PEERS'][_peer]['STATS']['PINGS_SENT'] }} / {{ _table['PEERS'][_peer]['STATS']['PINGS_ACKD'] }} / {{ _table['PEERS'][_peer]['STATS']['PINGS_SENT'] - _table['PEERS'][_peer]['STATS']['PINGS_ACKD'] }}
TS1 {{ _pdata[1]['SUB']|safe }} {{ _pdata[1]['DEST']|safe }}
TS2 {{ _pdata[2]['SUB']|safe }} {{ _pdata[2]['DEST']|safe }}
{% else %}
Waiting for data from the Server ... or not defined on Server
{% endif %}