{% extends "../customer.layout.html" %} {% block content %}
Hello {{Order.user.firstName}} {{Order.user.lastName}}
Your order number is: {{Order.orderId}}
All items are shipped on the next business day after the order is placed. An order tracking information message will be sent to you as soon as the item is shipped.
{% include "emails/notifications/orderDetails.html" %}