Nodes: {{ nodes | length }}
{% for node in nodes %} {% endfor %}
Host Started units Stopped units Total units Last success Status
{{ node.address }} {{ node.units_stats.started|default:"0" }} {{ node.units_stats.stopped|default:"0" }} {{ node.units_stats.total|default:"0" }} {{ node.last_success|date:"Y/m/d H:i:s e" }} {{ node.status }}