{extends file="admin-layout.tpl"} {block name="no-return-functions"} {$admin_current_location = 'configuration'} {/block} {block name="page-title"}{intl l='Thelia Shipping configuration'}{/block} {block name="check-resource"}admin.configuration.shipping-configuration{/block} {block name="check-access"}view{/block} {block name="main-content"}
| {intl l="Zone name"} | {intl l="Associated countries"} | {module_include location='shipping_configuration_table_header'}{intl l="Actions"} |
|---|---|---|
| {$NAME} | {loop name="country-area" type="country" area=$ID backend_context="1" limit="6"} {$TITLE}{if $LOOP_COUNT < $LOOP_TOTAL},{/if} {/loop} {ifloop rel="country-area-more"} {$countries = ''} {loop name="country-area-more" type="country" area=$ID backend_context="1" offset="6"} {$countries = "$countries, $TITLE"} {$ctry_count=$LOOP_COUNT} {/loop} {$countries = ltrim($countries, ', ')} {intl l="%count more..." count={$ctry_count}} {/ifloop} | {module_include location='shipping_configuration_table_row'}