#extends cobbler.webui.master #block body ## ==== BEGIN PAGE NAVIGATION ==== #set global what="profile" #include "/usr/share/cobbler/webui_templates/paginate.tmpl" ## ==== END PAGE NAVIGATION ==== #set $evenodd = 1 #for $profile in $profiles #if $evenodd % 2 == 0 #set $tr_class = "roweven" #else #set $tr_class = "rowodd" #end if #set $evenodd += 1 #end for
Cobbler Profiles
Name Parent Kickstart
$profile.name #if $profile.distro != "<>" $profile.distro #else $profile.parent #end if #if $profile.kickstart and $profile.kickstart !="" #set $kick = $profile.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 = $profile.name (view rendered)  #if $kick != "" and $kick != "<>": (edit template) #end if #end if #end if
#end block body