Repeated nested form mappings

The play documentation gives a short example of how to define repeated nested mappings for your form here

However I can’t find any documentation on how I would render the individual fields in my view template for such a mapping.

The repeat helper method accepts a Field => Html

The nested example shows using dot’s to separate the fields of nested values. How do I combine both these concepts?