{% extends "base.html" %} {% block body_content %} {% load monitor_server_tags %}

{% get_host_group_name host_group %}

{% csrf_token %}
{% if not host_group.list_filter %} 2 {% else %} {% for column in host_group.list_filter %} {% endfor %} {% endif %} {% for row in querysets %} {% if id != row %} {% build_table_row row host_group app_name host_group %} {% csrf_token %}
{% get_edite_objects row app_name model_name host_group%}
{% endif %} {% endfor %}
{{ host_group }} {{ column }}操作
{% endblock %}