{% load i18n %} {% load lfs_tags %}
{% include "lfs/mail/mail.css" %}Dear {{ order.customer_firstname }} {{ order.customer_lastname }},
your order has been sent.
{% include "lfs/mail/order_details.html" %}
Best regards
Your shop team