{assign var='countries' value=$Cbucket->get_isblocked_countries(0)}

Geo Block Countries

{assign var='is_b_countries' value=$Cbucket->get_isblocked_countries(1)} {if !empty($is_b_countries)} {foreach from=$is_b_countries item=bcountry key=code} {/foreach}
Country id Country code Country name Unblock country
{$bcountry.country_id} {$bcountry.iso2} {$bcountry.name}
{else}
{lang code='no_geolocked_countries'}
{/if}