{% extends "host/host_base.html" %} {% load static %} {% load i18n %} {% load utility_tags %} {% block title %}{{app.description}}{% endblock %} {% block head %} {{block.super}} {% endblock %} {% block content %}

{{app.description}} {% trans "Back" %}

{{group.2|unquote_plus}} {% if group_type != "all" %} {% trans "Cluster details" %} {% endif %}

{% if all_info %} {% for host, info in all_info %} {% if host %} {% endif %} {% endfor %}
{% trans "Host" %} {% trans "Logged user" %} {% trans "Status" %} {% trans "Screen" %}
{{host}} {{info.logged_user|default:"-"}} {% if info.isup %} {% trans "Up" %} {% else %} {% trans "Down" %} {% endif %} {% if info.screen_locked %} {% trans "Locked" %} {% else %} {% trans "Unlocked" %} {% endif %}
{% else %}

{% trans "No hosts in this cluster" %}

{% endif %}
{% endblock content %}