' +
'{% var lastcategory="",Category=values["category"]%}' +
'' +
'{% Category=values["category"]%}' +
/* Only show region headers when there are more than 10 choices*/
'{% if ( this.store.getCount() > 5 && Category !== lastcategory) { %}' +
'{% lastcategory = values["category"]; %}' +
'