{{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" Map "Volumes" .config.Volumes "InstanceType" .config.Type}}
{{template "volumes-add-disk" .}} {{if eq .config.Type "VM"}} {{template "volumes-add-cd"}} {{end}}
Network Interfaces
{{template "nets" .config.Nets}}
{{template "nets-add-net"}}
{{if eq .config.Type "VM"}}
PCIe Devices
{{template "devices" .config.Devices}}
{{template "devices-add-device"}}
Boot Order
{{template "boot" .config.Boot}}
{{end}}