diff --git a/templates/hblink_table_nogradient.html b/templates/hblink_table_nogradient.html index 22975e1..af33293 100644 --- a/templates/hblink_table_nogradient.html +++ b/templates/hblink_table_nogradient.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']}}