search {{ 'NAV_SEARCH' | translate }}
{{ 'LABEL_DIFFICULTY' | translate }} @if (filterSetting.difficulties.length === 0) { {{ 'LABEL_DIFFICULTY' | translate }} } @else { {{ filterSetting.difficulties | difficultySelectionSummary }} } LABEL_STATUS {{ 'STATUS_ALL' | translate }} {{ 'STATUS_UNSOLVED' | translate }} {{ 'STATUS_PARTIALLY_SOLVED' | translate }} {{ 'STATUS_SOLVED' | translate }} {{ 'LABEL_TAGS' | translate }} @for (tag of tags; track tag) { {{ tag }} }