{{ texts.pluginsHeading }}

{{ texts.pluginsIntro }}

{{ texts.pluginsKindFilterAll }} @if (hasProjectPlugins()) { @for (source of sourceFilterChips; track source) { {{ sourceLabel(source) }} } } @for (kind of kindFilterChips; track kind) { {{ kind }} }
@if (loading()) {

{{ texts.loading }}

} @else if (loadError()) { {{ texts.errorPrefix }} {{ loadError() }} } @else if (plugins().length === 0) {

{{ texts.empty }}

} @else { @if (toggleError()) { {{ texts.toggleErrorPrefix }} {{ toggleError() }} } @if (filteredPlugins().length === 0) { @if (searchActive()) {

{{ texts.pluginsSearchEmpty(searchText()) }}

} @else if (sourceFilter() === 'project' && !kindFilterActive()) {

{{ texts.pluginsProjectEmpty }}

} } }