#extends cobbler.webui.master #block body
#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
Change profile of the following systems
Name Current Profile
${system.name} ${system.profile}

#end block body