@if (items.length > 3) {
@if (listForm.get('filterSideNavStream')?.value) { }
}
{{t('smart-filters-title')}}
@if (smartFilters.length >= 6) {
@if (listForm.get('filterSideNavStream')?.value) { }
}
    @for (filter of smartFilters | filter: filterSmartFilters; track filter.name) {
  • {{filter.name}}
  • } @empty {
  • {{t('no-data')}}
  • }
{{t('external-sources-title')}}
@if (externalSources.length >= 6) {
@if (listForm.get('filterSideNavStream')?.value) { }
}
    @for (source of externalSources | filter: filterExternalSources; track source.host) {
  • {{source.host}}
  • } @empty {
  • {{t('no-data-external-source')}}
  • }