Metsamarja Vedu
<% if (package) { %>
Package ID: <%= package.id %>
Status: <%= latest.status %>
Progress: <%= latest.progress %>%
Estimated Delivery Time
<%= estimatedDeliveryTime %>
Tracking History:
<% history.forEach(u => { %>
- <%= u.time %>: <%= u.status %> – <%= u.progress %>%
<% }) %>
<% } else { %>
<% } %>