{{ texts.pluginsIntro }}
{{ texts.loading }}
} @else if (loadError()) {{{ texts.empty }}
} @else { @if (toggleError()) {{{ texts.pluginsSearchEmpty(searchText()) }}
} @else if (sourceFilter() === 'project' && !kindFilterActive()) {{{ texts.pluginsProjectEmpty }}
} }{{ plugin.description }}
} @if (plugin.reason && isFailed(plugin)) { {{ plugin.reason }} } @if (showStartsAsDisabledHint(plugin)) {{{ texts.startsAsDisabledRowHint }}
} @if (isUntrusted(plugin) && !hasLoadedExtensions(plugin)) {{{ texts.trust.untrustedReason }}
} @if (needsRestartToLoad(plugin) || needsRestartToUnload(plugin)) {{{ needsRestartToLoad(plugin) ? texts.trust.trustRestartLoad : texts.trust.trustRestartUnload }}
} @if (hasRuntimeErrors(plugin)) {{{ ext.description }}
}