<div class="eSM_pageimage block">

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

  <figure class="image_container">

    <?php foreach($this->pictures as $picturedata): ?>
      <?php $this->insert('eSM_pageimage_picture_default', $picturedata->picture); ?>
    <?php endforeach; ?>

    <?php if ($this->caption): ?>
      <figcaption class="caption"><?= $this->caption ?></figcaption>
    <?php endif; ?>

  </figure>

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

</div>