<%= leadModel.get('currencySymbol') %>
<%= _.isUndefined(i18n['Type'])?'Type':i18n['Type'] %> <% if(!_.isEmpty(leadOpportunitiesData.opportunityTypes)) { %> <% _.each(leadOpportunitiesData.opportunityTypes, function(opportunityTypeLabel, opportunityTypeId){ %> <%= opportunityTypeLabel %> <% }) %> <% } %>
<% if(!_.isEmpty(leadOpportunitiesData.opportunityStages)) { %> <% _.each(leadOpportunitiesData.opportunityStages, function(opportunityStageName, opportunityStageId){ %> <% if (opportunityStageId == '1') { %> <% opportunityStageLabel = 'Lost' %> <% } else if(opportunityStageId == '100'){ %> <% opportunityStageLabel = 'Won' %> <% } else { %> <% opportunityStageLabel = opportunityStageName +' '+opportunityStageId+'%' %> <% } %> ><%= opportunityStageLabel %> <% }) %> <% } %>
<%= _.isUndefined(i18n['Add quote title'])?'Add quote title':i18n['Add quote title'] %>