#function getCategoryName categories_list id_category> <#list categories_list as category> <#if category.code = "" + id_category> <#return category.name> #if> #list> <#return ""> #function>
#i18n{crm.manage_demand_types.labelReorderDemandTypes}