<% options.split(',').forEach(function (option, ind) { %>
> <% if (typeof label != 'undefined' && ind === options.split(',').length - 1) { %> <%= label %> <% } %>
<% }) %>