diff --git a/templates/main_table.html b/templates/main_table.html index 74f925b..3572a76 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -92,7 +92,7 @@ {% 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' %} @@ -102,8 +102,8 @@ {% endif %}    Hardware: {{_cdata['PACKAGE_ID'] }}
   Soft_Ver: {{_cdata['SOFTWARE_ID'] }} -
   Location: {{_cdata['LOCATION']}} -
   Master: {{_master}} +
   Info: {{_cdata['LOCATION']}} +
   Master: {{_master}}
{% endfor %} {% endif %} @@ -115,8 +115,11 @@
  PEERS:
{% for _peer, _pdata in _table['PEERS'].items() %} -  {{_pdata['CALLSIGN']}}  - {% endfor %} +   {{_pdata['CALLSIGN']}}    + +
  Peer: {{_peer}}  
+
+ {% endfor %}
{% endif %}