{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
{% trans "Proxmox VM Cloud-init" %}
{% trans "Virtual Machine" %} {{ object.virtual_machine|linkify }}
{% trans "Cloud-init User" %} {{ object.ciuser|placeholder }}
{% trans "ipconfig0" %} {{ object.ipconfig0|placeholder }}
{% trans "SSH Keys Truncated" %} {% if object.sshkeys_truncated %} {% trans "Yes" %} {% else %} {% trans "No" %} {% endif %}
{% trans "Last Synced" %} {{ object.last_synced|placeholder }}
{% trans "SSH Keys" %}
{% if object.sshkeys %}
{{ object.sshkeys }}
{% else %} {% trans "No SSH keys configured." %} {% endif %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% trans "Source of Truth" %}

{% trans "This record is a read-only reflection of Proxmox cloud-init configuration. Edits made in NetBox will not propagate back to Proxmox; modify the values on the Proxmox side and re-sync." %}

{% endblock %}