symfony created a dogform class which can edit one dog entry in the database. to display the form in the view i use currently:
<?php echo $form; ?>
well now i want to edit multiple dogs at once (in one page). how do i do this? i think i need the same form multiple times but with different initial data (dogs)