diff --git a/templates/hblink_table_blue.html b/templates/hblink_table_blue.html index 9a78eb6..13db562 100644 --- a/templates/hblink_table_blue.html +++ b/templates/hblink_table_blue.html @@ -15,7 +15,7 @@ {% for _master in _table['MASTERS'] %} - {% if _table['MASTERS'][_master]['PEERS']|length >0 %} + {% if ((_table['MASTERS'][_master]['PEERS']|length==0 or _table['MASTERS'][_master]['PEERS']|length>0) and emaster==True) or (_table['MASTERS'][_master]['PEERS']|length>0 and emaster==False) %} {{_master}}
{{_table['MASTERS'][_master]['REPEAT']}}