% protocol.user_assignments[0..2].each_with_index do |user_assigment, i| %>
<%= image_tag(avatar_path(user_assigment.user, :icon_small), title: user_name_with_role(user_assigment)) %>
<% end %>
<% more_users = protocol.user_assignments[3..-1].to_a %>
<% if more_users.any? %>
+<%= more_users.size %>
<% end %>