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

Exported Products

<% exported_products.forEach(element=> { %> <%}) %>
Name Exporter Quantity Object Export Date
<%=element.name%> <%=element.exporter%> <%=element.quantity%> <%=element.object%> <%=element.removedate%>
<%- include("../partials/pagination.ejs") %> <%-include("../partials/footer.ejs") %>