diff --git a/templates/hblink_table.html b/templates/hblink_table.html
index 73a636d..680e45f 100644
--- a/templates/hblink_table.html
+++ b/templates/hblink_table.html
@@ -52,7 +52,7 @@
{% for _peer, _pdata in _table['PEERS'].iteritems() %}
- {{ _peer}} |
+ {{ _peer}} Mode: {{ _table['PEERS'][_peer]['MODE'] }} |
{{ _table['PEERS'][_peer]['RADIO_ID'] }}, {{_table['PEERS'][_peer]['CALLSIGN']}}, {{_table['PEERS'][_peer]['LOCATION']}}
Master: {{ _table['PEERS'][_peer]['MASTER_IP'] }}:{{ _table['PEERS'][_peer]['MASTER_PORT'] }} |
{{ _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'] }} |
{{ _table['PEERS'][_peer]['SLOTS'] }} |