${infoBoubble.tagName}
{if infoBoubble.isFollow != 2 }
{if statusBoubble == 0 }
{else}
{/if}
{else}
{/if}
{if infoBoubble.tagCount > 0 }
Top 10 Specialists
Specialists: ${infoBoubble.tagCount}
{else}
Specialists: ${infoBoubble.tagCount}
{/if}
{if infoBoubble.topRankCity.length > 0 }
{eval}
tagBoubbleCity = eval("("+(infoBoubble.topRankCity)+")")[0];
{/eval}
Top Specialists in :
{if tagBoubbleCity.profileName.length > 0 }
${tagBoubbleCity.userFullname}
{else}
${tagBoubbleCity.userFullname}
{/if}
{/if}
{if infoBoubble.topRankCounty.length > 0 }
{eval}
tagBoubbleCountry = eval("("+(infoBoubble.topRankCounty)+")")[0];
{/eval}
Top Specialists in Other:
{if tagBoubbleCountry.profileName.length > 0 }
${tagBoubbleCountry.userFullname}
{else}
${tagBoubbleCountry.userFullname}
{/if}
{/if}
{/if}