{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
VM backup
Virtual Machine {{ object.virtual_machine|linkify }}
{% trans "Storage" %} {{ object.proxmox_storage|linkify|placeholder }}
Subtype {{ object.subtype }}
Creation Time {{ object.creation_time }}
Size {{ object.size|default:"—" }}
Verification State {{ object.verification_state }}
Verification UPID {{ object.verification_upid }}
Volume ID {{ object.volume_id }}
VM ID {{ object.vmid }}
Format {{ object.format }}
Notes {{ object.notes }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}