diff --git a/templates/hblink_table_blue.html b/templates/hblink_table_blue.html index 7b6c43b..f84dbfd 100644 --- a/templates/hblink_table_blue.html +++ b/templates/hblink_table_blue.html @@ -49,7 +49,7 @@ {% endfor %} {% else %} -
{{ _openbridge}} | Net ID: {{ _table['OPENBRIDGES'][_openbridge]['NETWORK_ID'] }} |
- {% for entry in _table['OPENBRIDGES'][_openbridge]['STREAMS'] %}({{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] }}: {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][1] }} >> {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][2] }}) {% endfor %} | +{% for entry in _table['OPENBRIDGES'][_openbridge]['STREAMS'] %}({{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] }}: {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][1] }} >> {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][2] }}) {% endfor %} |