#extends cobbler.webui.master #attr $title = "Cobbler: List of Distributions" #block body ## ==== BEGIN PAGE NAVIGATION ==== #set global what="distro" #include "/usr/share/cobbler/webui_templates/paginate.tmpl" ## ==== END PAGE NAVIGATION ==== #set $evenodd = 1 #for $distro in $distros #if $evenodd % 2 == 0 #set $tr_class = "roweven" #else #set $tr_class = "rowodd" #end if #set $evenodd += 1 #end for
Cobbler Distributions
Name Breed Arch
$distro.name $distro.breed $distro.arch
#end block body