{% if _table['MASTERS']|length > 0 %} {% for _master in _table['MASTERS'] %} {% if ((_table['MASTERS'][_master]['PEERS']|length==0 or _table['MASTERS'][_master]['PEERS']|length>0) and emaster==True) or (_table['MASTERS'][_master]['PEERS']|length>0 and emaster==False) %} {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %} {% endfor %} {% endif %} {% endfor %}
Callsign (DMR Id)
Info
Time Connected Slot Static TG
{{ _cdata['CALLSIGN']}} (Id: {{ _client }})
{% if _cdata['RX_FREQ'] == 'N/A' and _cdata['TX_FREQ'] == 'N/A' %} Type: IP Network
{% else %} Type: Radio ({{ _cdata['SLOTS'] }})
{% endif %} Soft_Ver: {{_cdata['SOFTWARE_ID'] }}
Hardware: {{_cdata['PACKAGE_ID'] }}

{{_cdata['LOCATION']}}
{{ _cdata['CONNECTED'] }} TS1 {{ _cdata['TS1_STATIC']|join(', ') }}
TS2 {{ _cdata['TS2_STATIC']|join(', ') }}
{% else %}
Waiting for data from the Server...
{% endif %}