{% extends "index.html" %} {% load i18n %} {% block menu %} {% with "hosts" as current_category %} {{ block.super }} {% endwith %} {% endblock %} {% block content %} {% if host_groups %} {% for group in host_groups %} {% endfor %}
{% trans "Groupname" %}  
{{ group.group.name }} {% trans "Unassign" %}
{% else %}
{% trans "The host is not a member of any group." %}
{% endif %}
{% trans "Assign to a group" %}
{% endblock content %}