@if (plugin) {

{{ pluginTypeLabel }} {{ plugin.name }}

@if (hasRegisteredSettings()) {
@for (setting of registeredSettings; track setting) {
}
} @if (!hasRegisteredSettings()) { @if (isPlugin()) {
This plugin does not have settings.
} @else if (isTheme()) {
This theme does not have settings.
} } }