#extends cobbler.webui.master #block body ## ==== BEGIN PAGE NAVIGATION ==== #set global what="system" #include "/usr/share/cobbler/webui_templates/paginate.tmpl" ## ==== END PAGE NAVIGATION ==== #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 Profile Kickstart
${system.name} ${system.profile} ${system.mac_address} ${system.ip_address} ${system.hostname} #set $kick = $system.kickstart #if $kick.startswith("http://") or $kick.startswith("ftp://") or $kick.startswith("nfs://") #if not $kick.startswith("nfs://") $kick #else $kick #end if #else #set $name = $system.name #set $pname = $system.profile (view rendered)  #if $kick != "<>" and $kick != "" (edit template) #end if #end if
#end block body