<%- include("../../../src/web/views/partials/layout-top", { title }) %>
<%- include("../../../src/web/views/partials/page-header", { eyebrow: "Knowledge", pageTitle: "OKF Knowledge", description: "Browse curated community facts, help answers, and role-aware support knowledge." }) %>
Reset

Knowledge entries

<%= entries.length %> visible entr<%= entries.length === 1 ? "y" : "ies" %>.

<% if (okfAccess.canEdit) { %> Manage OKF <% } %>
<% if (!entries.length) { %>
No OKF entries match this filter.
<% } else { %>
<% entries.forEach((entry) => { %> <% }) %>
Entry Category Tags Updated
<%= entry.title %>

<%= entry.summary || "No summary provided." %>

<%= entry.category || "General" %> <% (entry.tags || []).forEach((tag) => { %> <%= tag %> <% }) %> <%= new Date(entry.updated_at).toLocaleString() %>
<% } %>
<%- include("../../../src/web/views/partials/layout-bottom") %>