{foreach item=country key=iso_code from=$content_data.country_data} {if $content_data.URL|strpos:"?" !== false} {$country|escape:'html'} {else} {$country|escape:'html'} {/if} {/foreach}