Properties
 
 
% if show.count("general"):
  
General
${fields["general"][:25]}
% endif % if show.count("custom"):
  
Custom Fields
% endif % if show.count("cpumemory"):
  
CPU and Memory
${fields["cpumemory"]}
% endif % if show.count("startup"):
  
Startup Options
${fields["startup"]}
% endif % if show.count("homeserver"):
  
Home Server
${fields["homeserver"]}
% endif % if show.count("multipath"):
  
Multipathing
% endif % if show.count("logdest"):
  
Log destination
${fields["logdest"]}
% endif % if show.count("networksettings"):
  
Network Settings
${fields["networksettings"]}
% endif % if show.count("stgvm"):
  
Size an Location
${fields["stgvm"][:25]}
% for i, row in enumerate(fields["listdisk"]):
  
${row[1][:16]}
${row[2]}
% endfor % endif % if show.count("advancedoptions"):
  
Advanced Options
${fields["advancedoptions"]}
% endif
  General
 
Name:
 
Description:
 
Folder:
${fields["lblpropvmfolder"]}
 
Tags:
${fields["lblpropvmtags"]}
% if show.count("stgvm"): % for i, row in enumerate(fields["listdisk"]): % endfor % endif