@if (filter.label) { {{ filter.label }} } @if (filter.lucideIcon && !filterForm.value) { } @if (options && options.length > 0) { @for (option of options; track option) { {{ option.label }} } } @else { No se encontraron opciones }