render partial collection locals

when i use a partial render with a collection and a hash of locals, i don't get the locals. <%= render :partial => '/users/user', :collection => @users, :locals => {:test_value => true} %> isn't it possible to use both collection and locals with a render?