<%- include('../partials/head', { title: 'Edit Model' }) %> <%- include('../partials/adminNav', { currentPath: '/admin' }) %>
<%- include('../partials/adminBanner') %>

Edit Model

<% if (error) { %>

<%= error %>

<% } %>

Shop Diagrams / PDFs

<% if (pdfs.length === 0) { %>

No PDFs attached yet.

<% } else { %>
    <% pdfs.forEach(pdf => { %>
  • <%= pdf.display_name %>
  • <% }) %>
<% } %>

Share Link