unless (@team.new_record? rescue true)
              teams.item :show, @team.name, scholarship_team_path(@team) do |team|
                if can? :destroy, @team
                  team.item :destroy, I18n.t('general.destroy'), scholarship_team_path(@team), method: :delete, confirm: I18n.t('general.questions.are_you_sure')
                end