@(groups: List[models.Group]) @main("List Group") {

All groups

@for(group <- groups) { }
id name
@{group.id} @{group.name}
}