{% load static %}
{{ object.name|default:"Endpoint" }}
{% if object.mode == 'cluster' %} Cluster {% elif object.mode == 'standalone' %} Standalone {% endif %}
{% if error %}
{{ error }}
{% endif %}
{% if object.version %} {% endif %} {% if object.domain %} {% endif %} {% if object.ip_address %} {% endif %}
Version {{ object.version }}
Domain {{ object.domain }}
IP {{ object.ip_address }}
Port {{ object.port }}
Auth {% if object.token_name %} Token {% elif object.password %} Password {% else %} None {% endif %}
SSL {% if object.verify_ssl %} Verified {% else %} Disabled {% endif %}
Sync {% if object.sync_enabled %} Enabled {% else %} Disabled {% endif %}
Targets {% if object.sync_nodes %}Nodes{% endif %} {% if object.sync_qemu_vms %}QEMU{% endif %} {% if object.sync_lxc_containers %}LXC{% endif %}