Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/app/code/Amasty/Rewards/view/frontend/templates/email/
Upload File :
Current File : //home/rtorresani/www/app/code/Amasty/Rewards/view/frontend/templates/email/expiring.phtml

<?php
/**
 * @author Amasty Team
 * @copyright Copyright (c) 2023 Amasty (https://www.amasty.com)
 * @package Reward Points Base for Magento 2
 */
/** @var \Amasty\Rewards\Block\Email\Expiring $block */
$rows = $block->getExpirationRows();
?>
<?php foreach ($rows as $row) : ?>
<p><?= /* @escapeNotVerified */ $block->getFilledString($row) ?></p>
<?php endforeach; ?>