From 4b694fef3d51d6100ba46acbc5ee7da57a4eb1e6 Mon Sep 17 00:00:00 2001 From: Waldek Date: Thu, 31 Dec 2020 22:28:24 +0100 Subject: [PATCH] Update hblink_table_blue.html --- templates/hblink_table_blue.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']}}