/home/sharedstore/public_html/prestashop.sharedstore.ma/mails/themes/modern/core
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/mails/themes/modern/core/import.html.twig (13008B)
{% extends '@MailThemes/modern/components/layout.html.twig' %}
{% block title %}{{ 'Import'|trans({}, 'Emails.Body', locale) }}{% endblock %}
{% block content %}
|
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
|
|
|
|
{{ 'Import finished'|trans({}, 'Emails.Body', locale)|raw }}
|
|
|
|
{{ 'The file {filename} has been successfully imported to your store.'|trans({}, 'Emails.Body', locale)|raw }}
|
|
|
{% endblock %}
{% block styles %}
{% endblock %}