Rendering multiple live view new forms in normal template

I have a normal eex page which renders a list of users. I would to replace this list of users with a multiple live view forms to create/edit the users. I think I need to call live_render multiple times and pass through the resource ids some how but I am unable to work out quite how to do it. Could someone please point me in the correct direction.