{% extends 'base.html' %} {% block content %} {% include 'nav_cat_bar.html' %}
{% for post in contacts.object_list %} {% endfor %}
机房名 主机数量 备注 操作
{{ post.name }} {{ post.asset_set.count }} {{ post.comment }} 详情 删除
    {% 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 %}
{% endblock %}