{% extends "index.html" %} {% load i18n %} {% block menu %} {% with "hostgroups" as current_category %} {{ block.super }} {% endwith %} {% endblock %} {% block content %} {% if hostgroup_hosts %}
{% trans "Member" %} | {% trans "FQDN" %} | {% trans "User" %} | {% trans "Actions" %} |
---|---|---|---|
{{ host.host.name }} | {{ host.host.fqdn }} | {{ host.host.user }} | {% trans "Unassign" %} |