{% extends 'base.html' %} {% block content %} {% include 'nav_cat_bar.html' %}
主机详细信息列表
{% for post in contacts.object_list %} {% endfor %}
IP地址 端口号 登录方式 所属IDC 所属业务组 添加时间 备注
{{ post.ip }} {{ post.port }} {{ post.login_type}} {{ post.idc.name }} {% for group in post.group.all %} {{ group }} {% endfor %} {{ post.date_added }} {{ post.comment }}
    {% if contacts.has_previous %}
  • «
  • {% endif %} {% for page in p.page_range %} {% ifequal offset1 page %}
  • {{ page }}
  • {% else %}
  • {{ page }}
  • {% endifequal %} {% endfor %} {% if contacts.has_next %}
  • »
  • {% endif %}
{% endblock %}