@for (repository of repositories().slice(0, 5); track repository.id) { }
{{ repositoryCount() }} {{ 'XP.Explore.RepositoriesCount' | translate: { Default: 'repositories' } }}
@if (open()) {
{{ roleFilterGroup().label || ('XP.Explore.RoleFilter' | translate: { Default: 'Role' }) }}
@for (option of roleOptions(); track option.value) { {{ option.label }} }
{{ appTypeFilterGroup().label || ('XP.Explore.AppTypeFilter' | translate: { Default: 'App type' }) }}
@for (option of appTypeOptions(); track option.value) { {{ option.label }} }
{{ hotFilterGroup().label || ('XP.Explore.HotFilter' | translate: { Default: 'Hot' }) }}
@for (option of hotOptions(); track option.value) { {{ option.label }} }
}