#-- Get the demand_type from a given id demand type --> <#function getDemandType demand_types_list id_demand_type> <#if demand_types_list?? && demand_types_list?has_content> <#list demand_types_list as demand_type> <#if demand_type.idDemandType = id_demand_type> <#return demand_type> #if> #list> #if> #function>