{% extends "salebox/email/_base.text" %}

{% block main %}Hi,

we have recieved your order (transaction ID: {{ pos_guid }}). We are processing it now and will send it to you as soon as possible.

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

Thank you!

Love,
Salebox{% endblock %}
