2018-11-16 06:00:03 +01:00
|
|
|
<nav aria-label="<?php echo $this->__('Account type tabs')?>" class="mb-3">
|
2018-11-12 03:08:33 +01:00
|
|
|
<?php echo $accountTypeTabs ?>
|
|
|
|
</nav>
|
2018-11-16 06:00:03 +01:00
|
|
|
<nav aria-label="<?php echo $this->__('Top %s pagination', $page)?>" class="d-none d-md-block">
|
2018-11-12 03:08:33 +01:00
|
|
|
<?php echo $this->fetch('sub/pager_full.phtml', $pager_full) ?>
|
|
|
|
</nav>
|
2018-11-16 06:00:03 +01:00
|
|
|
<nav aria-label="<?php echo $this->__('Top %s pagination', $page)?>" class="d-md-none">
|
2018-11-12 03:08:33 +01:00
|
|
|
<?php echo $this->fetch('sub/pager_minimal.phtml', $pager_minimal) ?>
|
|
|
|
</nav>
|
|
|
|
<?php foreach ($profiles as $profile) : ?>
|
|
|
|
<?php echo $this->fetch('sub/profile.phtml', ['profile' => $profile]) ?>
|
|
|
|
<?php endforeach; ?>
|
2018-11-16 06:00:03 +01:00
|
|
|
<nav aria-label="<?php echo $this->__('Bottom %s pagination', $page)?>" class="d-none d-md-block">
|
2018-11-12 03:08:33 +01:00
|
|
|
<?php echo $this->fetch('sub/pager_full.phtml', $pager_full) ?>
|
|
|
|
</nav>
|
2018-11-16 06:00:03 +01:00
|
|
|
<nav aria-label="<?php echo $this->__('Bottom %s pagination', $page)?>" class="d-md-none">
|
2018-11-12 03:08:33 +01:00
|
|
|
<?php echo $this->fetch('sub/pager_minimal.phtml', $pager_minimal) ?>
|
|
|
|
</nav>
|