{% include 'op_header.html' %}
{% load pagination_tags %} {% autopaginate contacts 20 %} {% if user != "" %} {% endif %} {% for list in contacts%} {# {% for list in contacts.object_list %}#} {% if user != "" %} {% endif %} {% endfor %}
资产编号 远控卡IP 网卡1 网卡2 所属机房 机柜位置 cpu/内存/硬盘 服务器型号 快速服务代码 业务 修改
{{ list.Server_Asset_number|upper }} {{ list.Server_Remote_control_card|upper }} {{ list.Server_eth1|upper }} {{ list.Server_eth2|upper }} {{ list.Server_engine_room|upper }} {% if list.Server_number_Location %} {{ list.Server_number_Location|upper }} 柜 {{ list.Server_cabinet_id }} {% endif %} {{ list.Server_Memory|upper }} {% if list.Server_Model %} {{ list.Server_Model|upper }} {% endif %} {{ list.Server_number_code|upper }} {{ list.Server_Business}} {# 修改#} 修改
{% include 'op_bottom.html' %}