{**} {if $status == 'linked'} {assign var="checkboxPrefix" value="l"} {else} {assign var="checkboxPrefix" value="a"} {/if} {foreach from=$websites key=websiteid item=website}   {$website.category} {foreach from=$website.zones key=zoneid item=zone}   {$zone.category} {assign var="ctr" value="`$zone.ctr*100`"} {assign var="cr" value="`$zone.cr*100`"} {$ctr|string_format:"%.3f"}% {$cr|string_format:"%.3f"}% ${$zone.ecpm|string_format:"%.2f"} {/foreach} {foreachelse} {t str=NoWebsitesAndZones} {if $category} {t str=NoWebsitesAndZonesCategory} {$category} {/if} {if $text} {t str=NoWebsitesAndZonesText values=$text|escape} {/if} {if $checkboxPrefix == 'a'} {t str=ToLink} {else} {t str=ToUnlink} {/if} {/foreach} {if $status == 'linked'} {t str=Linked}: {else} {t str=Available}: {/if} {$zonescounts.all}
{if $category or $text} {t str=Showing}: {$zonescounts.showing} {/if}