{load_language_text section="cart_shipping_costs"} {block name="module_cart_shipping_costs_shipping_module_selection"} {if count($content_data.shipping_modules) == 0} {block name="module_cart_shipping_costs_shipping_module_selection_no_available"} {$txt.no_shipping_module_available} {/block} {elseif count($content_data.shipping_modules) == 1} {foreach key=module_code item=module_data from=$content_data.shipping_modules} {block name="module_cart_shipping_costs_shipping_module_selection_only_one"} {$module_data|strip_tags} {/block} {/foreach} {else} {block name="module_cart_shipping_costs_shipping_module_selection_select"} {/block} {/if} {/block}