{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
IDC {{ idc.name }} 详细信息列表
{% if emg %}
{{ emg }}
{% endif %} {% if smg %}
{{ smg }}
{% endif %}
{% for post in contacts.object_list %} {% endfor %}
IP地址 端口号 登录方式 所属IDC 所属业务组 是否激活 添加时间 备注 操作
{{ post.ip }} {{ post.port }} {{ post.login_type|get_login_type }} {{ post.idc.name }} {{ post.dept.all | group_str2 }} {{ post.bis_group.all | group_str2_all }} {{ post.is_active|bool2str }} {{ post.comment }} 详情 {% ifnotequal session_role_id 0 %} 编辑 删除 {% endifnotequal %}
    {% if keyword %} {% if contacts.has_previous %} {% else %} {% endif %} {% ifequal show_first 1 %}
  • 1...
  • {% endifequal %} {% for page in page_range %} {% ifequal current_page page %}
  • {{ page }}
  • {% else %}
  • {{ page }}
  • {% endifequal %} {% endfor %} {% ifequal show_end 1 %}
  • ...{{ p.num_pages }}
  • {% endifequal %} {% if contacts.has_next %} {% else %} {% endif %} {% else %} {% if contacts.has_previous %} {% else %} {% endif %} {% ifequal show_first 1 %}
  • 1...
  • {% endifequal %} {% for page in page_range %} {% ifequal current_page page %}
  • {{ page }}
  • {% else %}
  • {{ page }}
  • {% endifequal %} {% endfor %} {% ifequal show_end 1 %}
  • ...{{ p.num_pages }}
  • {% endifequal %} {% if contacts.has_next %} {% else %} {% endif %} {% endif %}
{% endblock %}