@if (searchable()) { }
    @for (option of filteredOptions(); track option.key) {
  • @if (optionTemplate()) { } @else {
    {{ option.label | i18n }}
    {{ option.description | i18n }}
    } @if (opElem.isSelected()) { }
  • }