<% var productList = obj[0]; %> <% var trans = obj[1]; %> <% var instructionVideoList = obj[2]; %>

<%= trans.hdrChooseYourProduct %>

<% _.each(productList, function(record) { %> <% if (record.Type == 'Medicine') { %> <% if((record.IsInstructionVideoOnOverview == true || record.IsInstructionVideoOnOverview == 'true') && (instructionVideoList.length > 0 && instructionVideoList != '[]')) { %> <% _.each(instructionVideoList, function(instruction) { %> <% if (instruction.MedicineId == record.MedicineId) { %> <% } %> <% }); %> <% } %> <% } %> <% }); %>

<%= trans.lblWYQ %>

<% _.each(productList, function(record) { %> <% if (record.Type == 'WYQ' || record.Type == 'WYS') { %> <% } %> <% }); %>
<%= trans.sendShortExplaination%>