✏️ 正在编辑: voucher_new.html.twig
路径:
/home/bpioifn/www/pigmentse/mails/themes/classic/core/voucher_new.html.twig
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
{% extends '@MailThemes/classic/components/layout.html.twig' %} {% block content %} <tr> <td align="center" class="titleblock"> <font size="2" face="{{ languageDefaultFont }}Open-sans, sans-serif" color="#555454"> <span class="title">{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}</span> </font> </td> </tr> <tr> <td class="space_footer"> </td> </tr> <tr> <td class="box" style="border:1px solid #D6D4D4;"> <table class="table"> <tr> <td width="10"> </td> <td> <font size="2" face="{{ languageDefaultFont }}Open-sans, sans-serif" color="#555454"> {% if templateType == 'html' %} <p style="border-bottom:1px solid #D6D4D4;"> {{ 'This is to inform you about the creation of a voucher.'|trans({}, 'Emails.Body', locale)|raw }} </p> {% endif %} <span> {{ 'Here is the code of your voucher:'|trans({}, 'Emails.Body', locale)|raw }} <span><strong>{voucher_num}</strong></span><br/><br/> {{ 'Simply copy/paste this code during the payment process for your next order.'|trans({}, 'Emails.Body', locale)|raw }} </span> </font> </td> <td width="10"> </td> </tr> </table> </td> </tr> {% endblock %}
💾 保存文件
← 返回文件管理器