@if repo.user_name != ''
@repo.user_name
/
@end
@repo.name
@if ctx.is_tree && ctx.path_split.len > 1
@for idx, segment in ctx.path_split
@if idx > 0
/
@segment
@end
@end
@else
@if repo.is_public
Public
@else
Private
@end
@if repo.user_id == ctx.user.id
Settings
@end
@end