you have to loop over the variable to display elements from the dict or just pass in the value you want to from the post.
return render_to_response('resources/index', { 'request': request, 'foo': request.POST["foo"], 'messages': messages, errors': errors },