<% if(board_user != null){ %> <% if(!_.isEmpty(board_user.attributes.profile_picture_path)) { var profile_picture_path = board_user.showImage('User', board_user.attributes.user_id, 'small_thumb' ); %> [Image: <%-board_user.attributes.username %>] <% } else {%> <%-board_user.attributes.initials %> <% } %> <%- board_user.attributes.username %> <% }else{%> No users available. <%}%>