I have a list of registered users that displays the most important data such as name and email. I've created a div to display this data. However, I do not want to display everything in the same div, I would like to create a way to repeat this div according to the number of users registered. Is it possible to do that?