<?php $this->extend('block_unsearchable'); ?>
<?php $this->block('content'); ?>
<?php if (!empty($this->newsletters)): ?>
<ul>
<?php foreach($this->newsletters as $newsletter): ?>
<li><?= $newsletter['datim'] ?>: <a href="<?= $newsletter['href'] ?>" title="<?= $newsletter['title'] ?>"><?= $newsletter['subject'] ?></a></li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
<?php $this->endblock(); ?>