@if (!showDetails()) {
@if (isLoading()) {
} @else if (showResults) { } @else if (showNoResults) {
search_off

{{ 'PORTALS.EMPTY_LIST_VIEW.TITLE' | translate }}

{{ 'PORTALS.EMPTY_LIST_VIEW.NO_SEARCH_RESULTS' | translate }}

{{ 'PORTALS.SEARCH_VIEW.NO_RESULTS_FOR' | translate: { term: searchTerm() } }}

} @else if (showInitialState) {
search

{{ 'PORTALS.SEARCH_VIEW.INITIAL_TITLE' | translate }}

{{ 'PORTALS.SEARCH_VIEW.INITIAL_DESCRIPTION' | translate }}

}
}