diff --git a/templates/hblink_table.html b/templates/hblink_table.html index 15a895a..efa67a5 100755 --- a/templates/hblink_table.html +++ b/templates/hblink_table.html @@ -29,9 +29,10 @@ {% for _master in _table['MASTERS'] %} - {{ _master}} - {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].iteritems() %} - + {{ _master}} + + {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].iteritems() %} + {{ _client }} {{ _cdata['CALLSIGN'] }} {{ _cdata['TX_FREQ'] }} @@ -41,9 +42,8 @@ {{ _cdata['PINGS_RECEIVED'] }} {{ _cdata['IP'] }} {{ _cdata['PORT'] }} - - {% endfor %} - + + {% endfor %} {% endfor %}