{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="Included countries"} | {intl l="Assigned modules"} | {hook name="shipping-configuration.table-header" location="shipping_configuration_table_header" }{intl l="Actions"} |
---|---|---|---|
{$NAME} | {loop name="country-area" type="country" area=$ID backend_context="1" limit="6" visible="*"} {$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" visible="*"} {$countries = "$countries, $TITLE"} {$ctry_count=$LOOP_COUNT} {/loop} {$countries = ltrim($countries, ', ')} {intl l="%count more..." count={$ctry_count}} {/ifloop} {elseloop rel="country-area"} {intl l='None'} {/elseloop} |
{loop name="module-area" type="module" area=$ID backend_context="1"}
{$CODE} - {$TITLE}{if $LOOP_COUNT < $LOOP_TOTAL} {/if} {/loop} {elseloop rel="module-area"} {intl l='None'} {/elseloop} |
{hook name="shipping-configuration.table-row" location="shipping_configuration_table_row" area_id={$ID} }