{% extends "host/host_base.html" %} {% load static %} {% load i18n %} {% load utility_tags %} {% block title %}{{app.description}}{% endblock %} {% block head %} {{block.super}} {% endblock %} {% block content %}
{% 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 %} |
{% trans "No hosts in this cluster" %}
{% endif %}