Several formsets with valuesets in a single view

Hi everyone!

I have multiple (4) formsets rendered in a view. Each formset has its valueset (210 values). While rendering all those formsets and valuesets in the template what is the most efficient way to extract values related to specific formset?

the formsets related to periods, while values are accounts of financial statements, that all should be visible in a table

I’m sorry, I don’t really understand what you’re asking for here. It might be helpful if you were more specific and detailed with your description, possibly including (a subset of) the relevent code involved.

You’re rendering a page with 840 input elements (4 sets of 210). When you post that form, you’re going to bind the post data to those formsets. Each one of the forms within each formset will be populated with the data posted.