JEMBOT MAWOT Bypass Shell

Current Path : /home/cinepatreb/billetterie/modules/selltickets/views/templates/front/
Upload File :
Current File : /home/cinepatreb/billetterie/modules/selltickets/views/templates/front/mail_customers.tpl

{*
 *
 * Sell Tickets module for Prestashop by Avellana Digital
 *
 * @author     Avellana Digital SL
 * @copyright  Copyright (c) 2019 Avellana Digital - www.avellanadigital.com
 * @license    Commercial license
 * @version    4.0.0
*}

{if $customer}
    <tr>
        <td style="border-top:4px solid #333333;padding:7px 0" align="center">
            <span class="subtitle" style="font-weight:500;font-size:16px;text-transform:uppercase;line-height:25px">
                {l s='Purchased tickets' mod='selltickets'}
            </span>
        </td>
    </tr>
    {foreach from=$customer item=cust}
    <tr>
        <br/>
        <td class="box" style="padding:7px 0">
            <table class="table" style="width:100%">
                <tbody>
                    <tr>
                        <td style="padding:7px 0" width="10">&nbsp;</td>
                        <td style="padding:7px 0">
                            <font size="2" color="#555454" face="Open-sans, sans-serif">
                                <p data-html-only="1" style="border-bottom:1px solid #D6D4D4;margin:3px 0 7px;text-transform:uppercase;font-weight:700;font-size:12px;padding-bottom:10px;">
                                    {$cust.product|escape:'htmlall':'UTF-8'}
                                </p>
                                <span style="color:#777">
                                    <span style="color:#333">
                                        <strong>{l s='Ticket Reference:' mod='selltickets'}</strong>
                                    </span> {$cust.ref|escape:'htmlall':'UTF-8'}
                                    <br><br>
                                    {if $cust.seat}
                                    <span style="color:#333">
                                        <strong>{l s='Seat:' mod='selltickets'}</strong>
                                    </span> {$cust.seat|escape:'htmlall':'UTF-8'}
                                    <br><br>
                                    {/if}
                                    {if $cust.customer}
                                    <span style="color:#333">
                                        <strong>{l s='Customer:' mod='selltickets'}</strong>
                                    </span> {$cust.customer|escape:'htmlall':'UTF-8'}
                                    <br><br>
                                    {/if}
                                    {if $cust.phone}
                                    <span style="color:#333">
                                        <strong>{l s='Phone:' mod='selltickets'}</strong>
                                    </span> {$cust.phone|escape:'htmlall':'UTF-8'}
                                    <br><br>
                                    {/if}
                                </span>
                            </font>
                        </td>
                        <td style="padding:7px 0" width="10">&nbsp;</td>
                    </tr>
                </tbody>
            </table>
        </td>
    </tr>
    {/foreach}
{/if}

xxxxx1.0, XXX xxxx