@(repository: service.RepositoryService.RepositoryInfo, groupAndPerm: Map[String, Boolean])(implicit context: app.Context) @import context._ @import view.helpers._

Where should we fork this repository?

@avatar(loginAccount.get.userName, 100)@@@loginAccount.get.userName
@for((groupName, isManager) <- groupAndPerm) { @if(isManager) {
@avatar(groupName, 100)@@@groupName
} else {
@avatar(groupName, 100)@@@groupName
} }