<%- if params[:mode] == 'show_all_creators' -%> <%= agents_list(manifestation.creators.readable_by(current_user)) %> <%- if manifestation.creators.readable_by(current_user).size > 5 -%> (<%= t('page.hide') %>) <%- end -%> <%- else -%> <%= agents_list(manifestation.creators.readable_by(current_user)[0..2]) %> <%- if manifestation.creators.readable_by(current_user).size > 5 -%> (<%= t('page.show_all') %>) <%- end -%> <%- end -%> <%= agents_list(manifestation.contributors.readable_by(current_user)) %> <%= agents_list(manifestation.publishers.readable_by(current_user)) %> <%- if manifestation.pub_date.present? -%> (<%= manifestation.pub_date -%>) <%- end -%>