%- include("partials/layout-top", { title }) %> <%- include("partials/page-header", { eyebrow: "Extensions", pageTitle: "Plugins", description: "Install, update, enable, and remove Lumi modules." }) %> Installed plugins <% if (!plugins.length) { %> No plugins installed. <% } else { %> Name Version Status Actions <% plugins.forEach((plugin) => { %> <%= plugin.name %> <%= plugin.version || "-" %> <%= plugin.enabled ? "Enabled" : "Disabled" %> <%= plugin.enabled ? "Disable" : "Enable" %> Update Uninstall <% }) %> <% } %> Install plugin from ZIP Upload plugin Install plugin from git Repository URL Install plugin Create local plugin Plugin ID Name Description Create plugin <%- include("partials/layout-bottom") %>