{% extends "base.html" %} {% block page %}

机房资产信息

机房总数:{{ total[0] }}  机柜总数:{{ total[1] }}  物理机总数:{{ total[2] }}( 已过保数:{{ total[3] }}, 即将过保数:{{ total[4] }})  虚拟机总数:{{ total[5] }} 疑似下架数:{{ total[6] }} 服务器总数:{{ total[2]+total[5]+total[6] }}
{{ form.csrf_token }} {{ form.text(cols = 7, rows = 1,placeholder="自动精确或模糊查询",style="border-radius: 5px;") }}{{ form.submit(class="btn btn-link",style="Float:right;padding:0rem 0.8rem") }}  {{ form.select(style="Float:right",onchange="select_buy_date()") }}
{% for value in values %}
 {{ value[0] }}
{% for t in tables %} {% endfor %} {% for t in ns %} {% endfor %}
{{ t }}
{{ value[1] }} {{ value[2] }} {{ value[3] }}
{{ t }}
{{ value[4] }} {{ value[5] }} {{ value[6] }}
{% endfor %}

{% endblock page %}