<%- include("../partials/navbar.ejs") %>

Imported Products

<% imported_products.forEach(element=> { %> <%}) %>
Name Importer Quantityn Delivery Date
<%=element.name%> <%=element.importer%> <%=element.quantity%> <%=element.deliverydate%>
<%- include("../partials/pagination.ejs") %> <%- include("../partials/footer.ejs") %>