<%- include('../../includes/customer/head.ejs') %> <%- include('../../includes/customer/navbar.ejs') %>

Downloads

Photo 1
<% if (productNames && productNames.length > 0) { %> <% productNames.forEach(name => { %> <% }) %> <% } else { %>

No Products Available

<% } %> <% if (catalogCategoryNames && catalogCategoryNames.length > 0) { %> <% catalogCategoryNames.forEach(name => { %> <% }) %> <% } else { %>

No Categories Available

<% } %>
<% downloads.forEach(file => { const normalizedCategory = (file.fileProductCategory || file.fileCategory || '').toLowerCase().replace(/\s+/g, '-'); %>
<%= file.fileName %>
<%= lang %>
<%= file.fileSize %>
Download
<% }) %>
<%- include('../../includes/customer/footer.ejs') %> <%- include('../../includes/customer/script.ejs') %>