{% if tdata["rows"]|length>0 %}
{{ column|upper }} | {% endfor %}|||
👁 | {% elif column=="desc" %}{{ row[column]|truncate(64) }} | {% elif column=="[heartbeat_last]" %}{% if row[column]<20 %} OK {% else %} Not since {{ row[column] }} seconds {% endif %} | {% else %}{{ row[column] }} | {% endif %} {% endfor %}