<?php $this->extend('block_unsearchable'); ?>

<?php $this->block('content'); ?>

  <?php if (!empty($this->newsletters)): ?>
    <ul class="list-group">
      <?php foreach($this->newsletters as $newsletter): ?>
        <li class="list-group-item"><?= $newsletter['datim'] ?> | <a href="<?= $newsletter['href'] ?>" title="<?= $newsletter['title'] ?>" class="link-colM"><?= $newsletter['subject'] ?></a></li>
      <?php endforeach; ?>
    </ul>
  <?php endif; ?>

<?php $this->endblock(); ?>
