File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/4d5e55a1e8a683325a735e6ed2b7149c
<?php
$cell = "font-size: 12px; font-family: Arial, sans-serif; line-height: 16px;";
$pAsCell = 'font-size: 12px; font-family: Arial, sans-serif; line-height: 16px; padding-bottom: 12px;';
$h2AsCell = 'font-size: 20px; font-family: Arial, sans-serif; line-height: 24px; padding-bottom: 20px; font-weight:bold; color: #00b0ea;';
?>
<?php $__env->startSection('title'); ?> <?php echo Lang::get('emails/order/cancel_abandoned.title'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2" style="<?php echo $h2AsCell; ?>"> <strong> <?php echo Lang::get('emails/order/cancel_abandoned.salutation', ['salutation' => Lang::get('form.salutation_' . $invoice_title), 'lastName' => $invoice_full_last_name]); ?> </strong> </td> </tr> <tr> <td style="<?php echo $pAsCell; ?>" width="66%"> <?php echo Lang::get('emails/order/cancel_abandoned.content.intro', [ 'topsName'=> Lang::get('tops.name_without_bv'), 'deliveryTime' => Lang::get('emails/order/cancel_abandoned.del_time.' . $order_delivery_time) ]); ?> </td> <td style="<?php echo $pAsCell; ?>" align="right" valign="top"> <?php echo Lang::get('emails/order/cancel_abandoned.content.orderNumber'); ?><br/> <span style="color: #00b0ea; font-weight: bold;"> <strong><?php echo isset($order_number) ? $order_number : '-'; ?></strong> </span> </td> </tr> <tr> <td style="<?php echo $pAsCell; ?>" colspan="3"><?php echo Lang::get('emails/order/cancel_abandoned.content.ending'); ?></td> </tr> <tr> <td style="<?php echo $pAsCell; ?>" colspan="3"><?php echo Lang::get('emails/global.signature', ['topsName' => Lang::get('tops.name_without_bv')]); ?></td> </tr> </table> <?php $__env->stopSection(); ?>
<?php echo $__env->make('emails.layouts.tops', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>