{% load i18n lfs_theme_tags %} {% include "lfs/mail/mail.css" %}

{% trans "Please, review the articles you've bought in our shop." %}

{% for item in order.items.all %}
{{ item.product_name }}
{% endfor %} {% email_html_footer %}