<div class="eSM_pageimage block">

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

<?php foreach($this->pictures as $picturedata): ?>
  <figure class="image_container">
    <?php $this->insert('eSM_pageimage_picture_default', $picturedata->picture); ?>
    <?php if ($this->caption): ?>
      <figcaption class="caption"><?= $this->caption ?></figcaption>
    <?php endif; ?>
  </figure>
<?php endforeach; ?>

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

</div>