@for (entry of list; track entry) {
@if (entry.filteredFactories.length>= 1) {
{{ entry.category.title }}
}
@if ((entry.isClicked || showAllFactories)) {
@for (item of entry.filteredFactories; track item) {
{{ item.name }}
{{ item.description }}
}
}
}