HBlink Status Tables:

Master Systems

{% for _master in _table['MASTERS'] %} {% for _client, _cdata in _table['MASTERS'][_master]['CLIENTS'].iteritems() %} {% endfor %} {% endfor %}
HBP System Client Radio ID Callsign Connection Pings
Received
IP Port
{{ _master}} {{ _client }} {{ _cdata['CALLSIGN'] }} {{ _cdata['CONNECTION'] }} {{ _cdata['PINGS_RECEIVED'] }} {{ _cdata['IP'] }} {{ _cdata['PORT'] }}

Client Systems

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