<% dropdown_names = { "corrected_total_points": "TB Index", "points_notify": "1. TB Notification (wt=20)", "points_notify_hiv": "2. HIV status known(wt=10)", "points_udst": "3. UDST (wt=10)", "points_sucess_rate": "4. Treatment Success (wt=15)", "points_npy": "5. Beneficiaries paid-NPY (wt=10)", "points_drtb_patients": "6. DRTB Treatment initiation(wt=15)", "points_expenditure": "7. Expenditure (wt=10)", "points_chemo": "8. Chemoprophylaxis (wts=5)", "points_plhiv": "9. TPT to PLHIV(wts=5)"} %> <% _.each(res, function(item){ %> <% item.view_column_name = dropdown_names[item.mapping_name] %> <% }) %>