@if (supportedFilters[i]?.style === 'input') {
@if (supportedFilters[i]?.type === 'tag') {
}
} @if ( supportedFilters[i]?.style === 'radio' &&
supportedFilters[i]?.values.length > 1 ) {
} @if ( supportedFilters[i]?.type === 'label' &&
supportedFilters[i]?.style === 'list' ) {
} @if ( supportedFilters[i]?.style === 'radio' &&
supportedFilters[i]?.values.length <= 1 ) {
{{ supportedFilters[i]?.values }}
}
@if ( supportedFilters[i]?.type === 'name' )
{
{{
'TOOLTIP.NAME_FILTER' | translate
}}
} @if ( supportedFilters[i]?.type === 'tag'
) {
{{
'TOOLTIP.TAG_FILTER' | translate
}}
} @if ( supportedFilters[i]?.type ===
'label' ) {
{{
'TOOLTIP.LABEL_FILTER' | translate
}}
} @if ( supportedFilters[i]?.type ===
'resource' ) {
{{
'TOOLTIP.RESOURCE_FILTER' | translate
}}
}