<% limit_reached = projects.length == Constants::ATWHO_SEARCH_LIMIT + 1 %>
<% projects.limit(Constants::ATWHO_SEARCH_LIMIT).each do |project| %>
  • Prj <%= project.name %>
  • <% end %> <% if limit_reached %>
    <%= t('atwho.more_results') %>
    <% end %> <% if projects.empty? %> <%= render partial: 'shared/smart_annotation/no_results.html.erb', locals: { object_type: 'projects' } %> <% end %>
    <%= render partial: 'shared/smart_annotation/footer.html.erb' %>