<% if current_user.is_admin_of_team?(@project.team) %> <%= link_to t('projects.index.modal_manage_users.invite_users_link'), team_path(@project.team.id) %> <%=t 'projects.index.modal_manage_users.invite_users_details', team: @project.team.name %> <% else %> <%=t 'projects.index.modal_manage_users.contact_admins', team: @project.team.name %> <% end %>