{% extends '@MailThemes/classic/components/layout.html.twig' %} {% block content %} {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
{{ 'Thank you for your order with the reference {order_name} from {shop_name}'|trans({}, 'Emails.Body', locale)|raw }}
 
  {% if templateType == 'html' %}

{{ 'Product(s) now available for download'|trans({}, 'Emails.Body', locale)|raw }}

{% endif %} {{ 'You have [1]{nbProducts}[/1] product(s) now available for download using the following link(s):'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}

{% if templateType == 'html' %} {virtualProducts} {% endif %} {% if templateType == 'txt' %} {virtualProductsTxt} {% endif %}
 
  {{ 'Follow your order and download your invoice on our store, go to the %order_history_label% section of your customer account.'|trans({'%order_history_label%': 'Order history and details'|trans({}, 'Shop.Theme.Customeraccount', locale)}, 'Emails.Body', locale)|raw }} {{ 'If you have a guest account, you can follow your order via the %guest_tracking_label% section on our shop.'|trans({'%guest_tracking_label%': 'Guest Tracking'|trans({}, 'Shop.Theme.Customeraccount', locale)}, 'Emails.Body', locale)|raw }} {% endblock %}