{% 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 }} 详情 编辑 删除
{% include 'paginator.html' %}
{% endblock %}