>
<% _.each(payTypes, function(payType) { %> <% if(payType.name !== "") {%>
<%= parseInt(payType.id) + 1 %>: <%= payType.name %>

<%}%> <% }); %>
add