{{template "head" .}}
{{template "header" .}}

Instances / {{.config.Name}}

Resources
{{if eq .config.Type "VM"}} {{template "proctype-input" .config.ProctypeSelect}} {{end}} {{template "cores-input" .config.Cores}} {{template "memory-input" .config.Memory}} {{if eq .config.Type "CT"}} {{template "swap-input" .config.Swap}} {{end}}
Volumes
{{template "volumes" .config.Volumes}}
{{if eq .config.Type "VM"}} {{end}}
Network Interfaces
{{template "nets" .config.Nets}}
{{if eq .config.Type "VM"}}
PCIe Devices
{{template "devices" .config.Devices}}
Boot Order
{{template "boot" .config.Boot}}
{{end}}