{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
IDC详细信息列表
{% ifequal session_role_id 2 %} {% endifequal %} {% for post in contacts.object_list %} {% endfor %}
机房名 主机数量 联系人 电话 备注 操作
{{ post.name }} {{ post.asset_set.count }} {{ post.linkman }} {{ post.phone }} {{ post.comment }} 详情 编辑 删除
Showing {{ contacts.start_index }} to {{ contacts.end_index }} of {{ p.count }} entries
{% include 'paginator.html' %}
{% endblock %}