{% extends 'base.html' %} {% load profile_tag %} {% load host_tag %} {% block content %}
{% for group in groups %}
 Delete

 

 Edit

Smart-proxy: {{ group.smart_proxy }}
{% host_list group.pk %}
{% endfor %}

Selected hosts

    {% profile_choice 'hostsForm' %}
    {% csrf_token %}
    {% endblock %}