HBlink Status Tables:

Master Systems

{% for _master in _table['MASTERS'] %} {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].iteritems() %} {% endfor %} {% endfor %}
HBP System ID/Callsign/Location
IP:Port/Time Connected
Frequency ColorCode
LinkedTS
Slot Call
Type
Source
Subscriber
Source
Peer
Destination
{{_master}}
{{_table['MASTERS'][_master]['REPEAT']}}
{{ _client }}, {{ _cdata['CALLSIGN'] }}, {{ _cdata['LOCATION'] }}
{{ _cdata['IP'] }}:{{ _cdata['PORT'] }} / {{ _cdata['CONNECTED'] }}
{{ _cdata['RX_FREQ'] }}
{{ _cdata['TX_FREQ'] }}
{{ _cdata['COLORCODE'] }}
{{ _cdata['SLOTS'] }}
TS1 {{ _cdata[1]['TYPE'] }} {{ _cdata[1]['SUB'] }} {{ _cdata[1]['SRC'] }} {{ _cdata[1]['DEST'] }}
TS2 {{ _cdata[2]['TYPE'] }} {{ _cdata[2]['SUB'] }} {{ _cdata[2]['SRC'] }} {{ _cdata[2]['DEST'] }}

Client Systems

{% for _client in _table['PEERS'] %} {% endfor %}
HBP System Client Radio ID Callsign Connection Ping Sent Ping Ack Master
{{ _client}} {{ _table['PEERS'][_client]['RADIO_ID'] }} {{ _table['PEERS'][_client]['CALLSIGN'] }} {{ _table['PEERS'][_client]['STATS']['CONNECTION'] }} {{ _table['PEERS'][_client]['STATS']['PINGS_SENT'] }} {{ _table['PEERS'][_client]['STATS']['PINGS_ACKD'] }} {{ _table['PEERS'][_client]['MASTER_IP'] }}

OpenBridge Systems

{% for _openbridge in _table['OPENBRIDGES'] %} {% endfor %}
OpenBridge System Network ID Target IP Target Port
{{ _openbridge}} {{ _table['OPENBRIDGES'][_openbridge]['NETWORK_ID'] }} {{ _table['OPENBRIDGES'][_openbridge]['TARGET_IP'] }} {{ _table['OPENBRIDGES'][_openbridge]['TARGET_PORT'] }}