#macro radioIconList name default_value icons > <#list icons as icon> <#if default_value=icon.id> width="${icon.width}"#if> <#if icon.height!=-1>height="${icon.height}"#if>> <#else> width="${icon.width}"#if><#if icon.height!=-1>height="${icon.height}"#if>> #if> #list> #macro> <#macro comboOrders name default_value max > <#list 1..max as i> <#if "${default_value}" == "${i}"> ${i} <#else> ${i} #if> #list> #macro>