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