{% macro ListMQTT(mqtts, Form) %} {% from "frontend/macros/info.html" import FieldID %} {% from "frontend/macros/form.html" import render_manual %} {% for mqtt in mqtts %} {% endfor %}
IP Port Online
{{mqtt.host}} {{mqtt.port}} {{mqtt.online()}}
{% from "frontend/macros/icpe.html" import iCPEList %} {% from "frontend/macros/group.html" import ListGroups %} {% endmacro %}