{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| 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 }} |