{% extends 'assets/base.html' %} {% block content %}

IDC机房列表 | List IDC.

IDC机房列表
{% for i in idcs %} {% endfor %}
机房名称 带宽 运营商 联系人 联系电话 备注 操作
{{ i.name }} {{ i.bandwidth }} {{ i.get_operator_display }} {{ i.linkman }} {{ i.phone }} {{ i.comment }}
{% endblock content %}