{literal} {/literal} {foreach from=$performers item=performer name=addone}
LIVE {assign var='originalProfileImage' value=$performer->profilePictureUrl['thumb']} {if $performer->localProfilePictureUrl['thumb']} {assign var='localProfileImage' value=$performer->localProfilePictureUrl['thumb']} {elseif $performer->localGallery[0]['thumb']} {assign var='localProfileImage' value=$performer->localGallery[0]['thumb']} {else} {assign var='localProfileImage' value="{$cdnAssetsUrl}/images/default.jpg"} {/if} {assign var='filepath' value="{BASEDIR}/{$local_photos_dir}{$localProfileImage}"} {if $photos_source === 'Original'} {$performer->name}'s Profile Image {elseif $photos_source === 'Local'} {if $filepath|filesize != 17014} {$performer->name}'s Profile Picture {else} New Model Image {/if} {elseif $photos_source === 'CDN'} {if $filepath|filesize != 17014 && $localProfileImage != "//cdn.sexedchat.com/sexedchat/images/default.jpg"} {$performer->name}'s Profile Image {else} New Model Image1 {/if} {/if}

{$performer->name}

{$performer->persons[0]->age}

{if $performer->status == 'public'}free chat{elseif $performer->status == 'private'}private chat{elseif $performer->status == 'offline'}offline{/if}

{$performer->persons[0]->ethnicity}

{/foreach}