diff --git a/templates/main_table.html b/templates/main_table.html index ae8ec7c..fa16828 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -50,7 +50,7 @@ {% set rx.value=1 %} {% endfor %} {% if rx.value == 1 %} - {% for entry in _table['OPENBRIDGES'][_openbridge]['STREAMS'] if _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] == 'RX' %} [O{{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][1]}} >> TG {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][2]}}] {% endfor %} + {% for entry in _table['OPENBRIDGES'][_openbridge]['STREAMS'] if _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] == 'RX' %} [O{{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][1]}} >> TG {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][2]|safe}}] {% endfor %} {% endif %} {% endif %} {% endfor %}