My template is:
Hello {client.first_name},
We noticed you left the following items in your cart:
{% for item in services %}{item.package.name}
{item.name}{% for option in item.options %}
{option.option_label} x{option.qty}: {option.option_value}{% endfor %}
--
{% endfor %}
After "items in your cart" the mail is empty. Why?