{** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) *}
{if $bulk_actions && $has_bulk_actions && !$hide_bulk_actions_btn}
{/if}
{if !$simple_header && $list_total > $pagination[0]}
{* Choose number of results per page *}
  • {assign p 0} {while $p++ < $total_pages} {if $p < $page-2}
  • {assign p $page-3} {elseif $p > $page+2}
  • {assign p $total_pages} {else}
  • {$p}
  • {/if} {/while}
  • = $total_pages}class="disabled"{/if}>
  • = $total_pages}class="disabled"{/if}>
{/if}
{block name="footer"} {foreach from=$toolbar_btn item=btn key=k} {if $k == 'back'} {assign 'back_button' $btn} {break} {/if} {/foreach} {if isset($back_button)} {/if} {/block} {if !$simple_header} {else} {/if} {hook h='displayAdminListAfter'} {if isset($name_controller)} {capture name=hookName assign=hookName}display{$name_controller|ucfirst}ListAfter{/capture} {hook h=$hookName} {elseif isset($controller_name)} {capture name=hookName assign=hookName}display{$controller_name|ucfirst}ListAfter{/capture} {hook h=$hookName} {elseif isset($smarty.get.controller)} {capture name=hookName assign=hookName}display{$smarty.get.controller|ucfirst|htmlentities}ListAfter{/capture} {hook h=$hookName} {/if} {block name="endForm"} {/block} {block name="after"}{/block}