{{object_name}}
{{object_type_description}}
{%- if object_ip != None and object_name != object_ip %}
IP-ADDRESS: {{object_ip}}
{%- endif %} {%- if object_mac != None and object_name != object_mac %}
MAC-ADDRESS: {{object_mac}}
{%- endif %}
{%- if show_details == 1 and object_health != None and object_health != 0 and object_error != None %}
{%- if object_health != None and object_health != 0 %}
Health Score: {{object_health}}
{%- endif %} {%- if object_error != None and object_error != '' %}
Last Error: {{object_error}}
{%- endif %}
{%- endif %} {%- if header_only == 0 %}
{% include "holitics-object-dialog-toolbar.html" %}
{%- endif %}