{% extends "base/main.html" %} {% block title %}Hosts{% endblock %} {% block head %}{% endblock %} {% block content %}

Hosts

{% for host in hosts %} {% endfor %}
Type Address Status Node Checked
Type Address Status Node Checked
{{host.mode}} {{host.host_address}}/{{host.obj_hostname}} [{{host.obj_address}}] {% if host.ready is True %} Ready {% else %} Not ready{% endif %} {{host.error}} {% if host.attr == 'host' %}{{host.name}}{%else%} - {% endif %} {{host.recency}} {% if host.attr == 'host' %} Details {% elif host.mode == 'new' %} Assign {% endif %}
{% endblock %}