#extends cobbler.webui.master #block body #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 Distribution Kickstart
$profile.name $profile.distro $profile.kickstart
#end block body