{%with ucount=u.online.units.all%}
{{u}} |
{%if not u.repeat%}
{{u.online.name}}
|
{%endif%}
{{u}} |
{% if not u.repeat %}
{%if u.online.pdus%}
{%for pdu in u.online.pdus.all %}
{{pdu}}
{%endfor%}
{%else%}
未录入
{%endif%}
|
{%if u.online.sn|first == '_' %}无法查看{%else%}{{ u.online.sn|upper }}{%endif%}
|
{{u.online.ipaddr}} |
{{u.online.model}} |
{{u.online.client}} |
修改
|
{%endif%}
{%endwith%}
{% else %}