{assign var="countries" value=$webshop->getCountries()}> <{section name="c" loop=$countries}> <{assign var="country_id" value=$countries[c]->getCountryId()}> <{if $country_id == $session_order.country_id}> <{assign var="order_country_name" value=$countries[c]->getName()}> <{/if}> <{if $country_id == $session_del.country_id}> <{assign var="del_country_name" value=$countries[c]->getName()}> <{/if}> <{/section}>