{** 2019 DPD Polska Sp. z o.o. * * 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.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * 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 * prestashop@dpd.com.pl so we can send you a copy immediately. * * @author DPD Polska Sp. z o.o. * @copyright 2019 DPD Polska Sp. z o.o. * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of DPD Polska Sp. z o.o. *}
{if $page > 1}   {/if} {l s='Page' mod='dpdpoland'} {$page|escape:'htmlall':'UTF-8'} / {$total_pages|escape:'htmlall':'UTF-8'} {if $page < $total_pages}   {/if} | {l s='Display' mod='dpdpoland'} / {$list_total|escape:'htmlall':'UTF-8'} {l s='result(s)' mod='dpdpoland'}
{if isset($table_data) && $table_data} {section name=ii loop=$table_data} {/section} {else} {/if}
{l s='ID' mod='dpdpoland'}
{if $order_by == 'id_country' && $order_way == 'desc'} {else} {/if} {if $order_by == 'id_country' && $order_way == 'asc'} {else} {/if}
{l s='Country' mod='dpdpoland'}
{if $order_by == 'name' && $order_way == 'desc'} {else} {/if} {if $order_by == 'name' && $order_way == 'asc'} {else} {/if}
{l s='ISO code' mod='dpdpoland'}
{if $order_by == 'iso_code' && $order_way == 'desc'} {else} {/if} {if $order_by == 'iso_code' && $order_way == 'asc'} {else} {/if}
{l s='Enabled' mod='dpdpoland'}
--
{if $table_data[ii].id_country} {$table_data[ii].id_country|escape:'htmlall':'UTF-8'} {else} -- {/if} {if $table_data[ii].name} {$table_data[ii].name|escape:'htmlall':'UTF-8'} {else} -- {/if} {if $table_data[ii].iso_code} {$table_data[ii].iso_code|escape:'htmlall':'UTF-8'} {else} -- {/if} {if $table_data[ii].enabled == '' || $table_data[ii].enabled == 1} {l s='Enabled' mod='dpdpoland'} {else} {l s='Disabled' mod='dpdpoland'} {/if}
{l s='No countries' mod='dpdpoland'}