{% extends "salebox/email/_base.html" %} {% block main %}

Hi,

your purchase (transaction ID: {{ pos_guid }}) has been shipped from our warehouse and is on it's way to you now.

Sent by {{ shipping.option.name }} (Reference: {{ shipping.steps.0.reference_code }})

{% include "salebox/email/_basket.txt" %}

Enjoy your new things!

Love,
Salebox

{% endblock %}