| {intl l="Name"} | +|||
|---|---|---|---|
| {intl l="Delivery module"} | +{intl l="Shipping zones for this module"} | {module_include location='shipping_zones_table_header'} -{intl l="Actions"} | +{intl l="Actions"} |
| {$TITLE} | ++ {loop name="area.module.associated" type="area" with_zone=$ID backend_context="1"} + {$countries = ''} + {loop name="country-area" type="country" area=$ID backend_context="1"} + {$countries = "$countries, $TITLE"} + {/loop} + {$countries = ltrim($countries, ', ')} + {$NAME}{if $LOOP_COUNT < $LOOP_TOTAL},{/if} + {/loop} + {elseloop rel="area.module.associated"} + {intl l="There are no shipping zones attached to this module."} + {/elseloop} + | {module_include location='shipping_zones_table_row'} -+ |