<?php /** @var \Amasty\Promo\Block\Notification $block */?>
<?php if ($block->isEnabled()) :?>
    <?php if ($block->getNewItemsCount() > 0) :?>
        <?php $_text = $block->getText();?>
        <?php if ($_text !== '') :?>
            <div class="cs-promo-products-message | message-notice notice message">
                <div><?php echo $_text;?></div>
            </div>
        <?php endif;?>
    <?php endif;?>
<?php endif;?>