{% macro SelectiCPE(user) %} {% from "frontend/macros/info.html" import FieldID %}
{{ FieldID("MAC Address", "", "selectiCPEMacAddress") }} {{ FieldID("IP Address", "", "selectiCPEIpAddress") }} {{ FieldID("Serial Number", "", "selectiCPESerialNumber") }} {{ FieldID("MQTT Connection", "", "selectiCPEMQTT") }} {{ FieldID("Created", "", "selectiCPECreated") }}
{% endmacro %} {% macro iCPEList(icpes = None) %} {% if icpes %} {% for icpe in icpes %} {% endfor %} {% endif %}
MAC Address Node Online
{{icpe.mac_address}} {{icpe.node.name}} {{icpe.online}}
{% endmacro %}