Django multiple forms

Welcome @Anthonyx82 !

Side note, you reposted your models instead of the forms in your second box.

When you’re creating multiple instances of the same form, you’ll want to use a Django formset

Also see Model formsets for working with multiple instances of the same model form.

And, since formsets to tend to being a bit confusing at first, you may want to see the thread and the related links at Django formsets tutorials.