#extends cobbler.webui.master #block body ## ==== BEGIN PAGE NAVIGATION ==== #set global what="image" #include "/usr/share/cobbler/webui_templates/paginate.tmpl" ## ==== END PAGE NAVIGATION ==== #set $evenodd = 1 #for $image in $images #if $evenodd % 2 == 0 #set $tr_class = "roweven" #else #set $tr_class = "rowodd" #end if #set $evenodd += 1 #end for
Cobbler Images
Name File
${image.name} ${image.file}
#end block body