{% load static %}
| 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 %} |