<% limit_reached = repository_rows.length == Constants::ATWHO_SEARCH_LIMIT + 1 %>
<% repository_rows.take(Constants::ATWHO_SEARCH_LIMIT).each do |row| %>
  • <%= row[:repository_tag] %> <%= row[:name] %>
  • <% end %> <% if limit_reached %>
    <%= t('atwho.more_results') %>
    <% end %> <% if repository_rows.blank? %> <%= render partial: 'shared/smart_annotation/no_results.html.erb', locals: { object_type: 'repository_rows' } %> <% end %>
    <%= render partial: 'shared/smart_annotation/footer.html.erb' %>