{% load i18n %}
| {% trans "Proxmox VM ID" %} | {{ sync_state.proxmox_vm_id|default_if_none:"—" }} |
|---|---|
| {% trans "VM type" %} | {{ sync_state.proxmox_vm_type|default:"—" }} |
| {% trans "Endpoint" %} | {% if endpoint_denied %} {% trans "Restricted" %} {% elif visible_endpoint %} {{ visible_endpoint }} {% elif sync_state.proxmox_endpoint_raw_id %} {% blocktrans with raw_id=sync_state.proxmox_endpoint_raw_id %}Unresolved ID {{ raw_id }}{% endblocktrans %} {% else %} — {% endif %} |
| {% trans "Node" %} | {% if node_denied %} {% trans "Restricted" %} {% elif visible_node %} {{ visible_node }} {% else %} {{ sync_state.proxmox_node_name|default:"—" }} {% endif %} |
| {% trans "Cluster" %} | {% if cluster_denied %} {% trans "Restricted" %} {% elif visible_cluster %} {{ visible_cluster }} {% else %} {{ sync_state.proxmox_cluster_name|default:"—" }} {% endif %} |
| {% trans "Status" %} | {{ sync_state.proxmox_status|default:"—" }} |
| {% trans "Start at boot" %} | {% if sync_state.proxmox_start_at_boot is None %}—{% elif sync_state.proxmox_start_at_boot %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %} |
| {% trans "Unprivileged container" %} | {% if sync_state.proxmox_unprivileged_container is None %}—{% elif sync_state.proxmox_unprivileged_container %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %} |
| {% trans "QEMU guest agent" %} | {% if sync_state.proxmox_qemu_agent is None %}—{% elif sync_state.proxmox_qemu_agent %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %} |
| {% trans "Search domain" %} | {{ sync_state.proxmox_search_domain|default:"—" }} |
| {% trans "Proxmox tags" %} | {{ sync_state.proxmox_tags|default:"—" }} |
| {% trans "Operating system" %} | {{ sync_state.proxmox_os|default:"—" }} |
| {% trans "Storage" %} | {{ sync_state.proxmox_storage|default:"—" }} |
| {% trans "Disk (GB)" %} | {{ sync_state.proxmox_disk|default:"—" }} |
| {% trans "Network interfaces" %} | {{ sync_state.proxmox_interfaces|default:"—" }} |
| {% trans "Proxmox VMID reference" %} | {{ sync_state.proxmox_vmid|default:"—" }} |
| {% trans "Notes" %} | {{ sync_state.proxmox_notes|default:"—" }} |
| {% trans "TCP states" %} | {{ sync_state.proxmox_tcp_states|default:"—" }} |
| {% trans "CPU type" %} | {{ sync_state.proxmox_cpu_type|default:"—" }} |
| {% trans "Storage IDs" %} | {{ sync_state.proxmox_storage_ids|default:"—" }} |
| {% trans "Storage names" %} | {{ sync_state.proxmox_storage_names|default:"—" }} |
| {% trans "Device names" %} | {{ sync_state.proxmox_device_names|default:"—" }} |
| {% trans "Proxmox interface" %} | {% if proxmox_link_url %} {% trans "Open in Proxmox" %} {% else %} — {% endif %} |
| {% trans "Last synced" %} | {{ sync_state.proxmox_last_updated|date:"DATETIME_FORMAT"|default:"—" }} |
| {% trans "Last run ID" %} | {{ sync_state.last_run_id|default:"—" }} |
| {% trans "Cloud-init user" %} | {{ cloud_init.ciuser|default:"—" }} |
| {% trans "Cloud-init ipconfig0" %} | {{ cloud_init.ipconfig0|default:"—" }} |
| {% trans "Stored SSH keys" %} | {{ ssh_key_count }} |