<?php
$presenter = new Komma\Pagination\Presenters($paginator)
?>
<div class="pagination-container">
<?php echo $__env->make('shapes.overviewShape', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="content-container">
<ul class="pagination-custom">
<?php if($paginator->getLastPage() != 1): ?>
<?php echo $presenter->render(); ?>
<?php endif; ?>
</ul>
</div>
</div>