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