%- include('../partials/head', { title: 'Edit Model' }) %>
<%- include('../partials/adminNav', { currentPath: '/admin' }) %>
<%- include('../partials/adminTopBar') %>
<%- include('../partials/adminBanner') %>
<% if (error) { %>
<% } %>
Shop Diagrams / PDFs
<% if (pdfs.length === 0) { %>
No PDFs attached yet.
<% } else { %>
<% pdfs.forEach(pdf => { %>
-
<%= pdf.display_name %>
<% }) %>
<% } %>