{% extends '@MailThemes/classic/components/layout.html.twig' %} {% block content %}
{% 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 %} |