@if (showProperty || isEditable) {
@switch (templateType) { @default {
{{ property.label | translate }} @if (showInputFilter) { } @if (displayNoneOption) { {{ 'CORE.CARDVIEW.NONE' | translate }} } @for (option of list$ | async; track option) { {{ option.label | translate }} }
} @case ('autocompleteBased') {
{{ property.label | translate }} @for (option of property.options$ | async; track option) { {{ option.label }} }
} }
}