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

Edit Model

<% if (error) { %>

<%= error %>

<% } %>
<% if (model.file_type === 'step' || model.file_type === 'stp') { %>

3D Geometry Processing

<% if (hasGeometry) { %>
Geometry processed successfully
<% } else { %>
Geometry processing failed — model cannot be viewed
<% } %>
<% } %>

Shop Diagrams / PDFs

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

No PDFs attached yet.

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

Share Link