{% extends "base.html" %} {% block html_title %}Client list{% endblock %} {% block page_title %}Client list{% endblock %} {% block content %}
Hostname | Address | Available | Has xsanio_client installed |
{{ object.host_name }} | {{ object.ip_address }} | {{ object.is_unreachable|yesno:"No,Yes" }} |
{% if object.has_client_installed %}
Yes
{% else %}
No {% endif %} |