{% extends "default/base.html" %} {% load business_tag %} {% block content %}
{% if content_status %}

{{ business_name }}


{% csrf_token %} {% for i in server_list %} {% endfor %}
eth1 机柜 业务 状态
{{ i.eth1 }} {% if i.room_number %}{{ i.room_number }} {% endif %}{% if i.cabinet %}- {{ i.cabinet }} - {% endif %}{% if i.server_cabinet_id %}{{ i.server_cabinet_id }}{% endif %} {% for s in i.uuid|business_list %} {{ s }} {% endfor %}
{% if i.status == 0 %} {% elif i.status == 1 %} {% else %} {% endif %}

{% else %}

Alert!

Warning! 走错地方了吧,或许你的URL不应该是你有权限访问的哦
{% endif %} {% include "ztree/edit_node.html" %} {% endblock %}