All People

<%= totalCount %> people identified

<% _.each(peopleList, function(person) { var avatarImg = person.thumbnail_url || person.avatar || '👤'; var hasImg = person.thumbnail_url ? true : false; %>
<% if (hasImg) { %> <% } else { %> <%= avatarImg %> <% } %>
<%= person.name %>
<% }); %>