#extends cobbler.webui.master #block body ## FIXME: how to handle for multiple interface listing? ## ## #set $evenodd = 1 #for $system in $systems #if $evenodd % 2 == 0 #set $tr_class = "roweven" #else #set $tr_class = "rowodd" #end if #set $evenodd += 1 ## ## ## #end for
Cobbler Systems
Name ProfileMACIPHostname
${system.name} ${system.profile} ${system.mac_address} ${system.ip_address} ${system.hostname}
#end block body