{% extends "index.html" %} {% load i18n %} {% block menu %} {% with "hosts" as current_category %} {{ block.super }} {% endwith %} {% endblock %} {% block content %} {% if hosts %}
{% trans "Name" %} | {% trans "FQDN" %} | {% trans "User" %} | {% trans "Actions" %} | ||
---|---|---|---|---|---|
{{ host.name }} | {{ host.fqdn }} | {{ host.user }} | {% trans "Delete" %} | {% trans "Groups" %} | {% if host.user != "*" %} {% trans "Setup" %} {% endif %} |