<% _.each(selections, function(items) { var isPhotoVideo = items.get('uiMediaType'); if(isPhotoVideo === "photo" || isPhotoVideo == "video"){ %>
<% if(isPhotoVideo === "photo") { %>
<% } else {%>
<% } %>
<% } else { %>
<%=items.get('title') %>
<%=items.get('albumName') %>
<%=items.get('artist') %>
<% }}) %>