- {% for _master in _table['MASTERS'] %}
- {% if _table['MASTERS'][_master]['PEERS']|length >0 %}
- {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %}
-
- {{_cdata['CALLSIGN']}}
-
-
- DMR ID: {{ _client }}
- {% if _cdata['RX_FREQ'] == 'N/A' and _cdata['TX_FREQ'] == 'N/A' %}
- Type: IP Network
- {% else %}
- Type: Radio ({{ _cdata['SLOTS'] }})
- {% endif %}
- Hardware: {{_cdata['PACKAGE_ID'] }}
-
Soft_Ver: {{_cdata['SOFTWARE_ID'] }}
-
Info: {{_cdata['LOCATION']}}
-
Master: {{_master}}
-
- {% endfor %}
- {% endif %}
- {% endfor %}
-
-{% endif %}
-{% if _table['PEERS']|length >0 %}
-