{if empty($item->expiredOn)}

Your Membership has no expiration date.

{elseif 'y' == $item->membershipExpired}

Your Membership has Expired: {$item->expiredOn|date_format:'%B %e, %Y'}  |  Renew

{else}

Your Membership Expires: {$item->expiredOn|date_format:'%B %e, %Y'}  |  Renew

{/if}
{if $item->showPhoto}

{html_image_fs name = $item->photo method = $item->config.photo.resizeMethod width = 230 height = 230 alt = "`$item->firstName` `$item->lastName`" title = "`$item->firstName` `$item->lastName`" class = "media-object" }

{if $item->linkedInUrl} {/if}
{/if}

{if $item->prefix}{$item->prefix|htmlspecialchars} {/if}{$item->fullName|htmlspecialchars}{if $item->suffix}, {$item->suffix|htmlspecialchars}{/if}

{if $item->position}{$item->position|htmlspecialchars}
{/if} {if $item->companyName}{$item->companyName|htmlspecialchars}
{/if}

{if !empty($item->home) && $item->home.address}

Address
{$item->home.address|htmlspecialchars}{if $item->home.address2}
{$item->home.address2|htmlspecialchars}{/if}{if $item->home.address3}
{$item->home.address3|htmlspecialchars}{/if} {if $item->home.city || $item->home.state || $item->home.zip}
{if $item->home.city}{$item->home.city|htmlspecialchars}{if $item->home.state || $item->home.zip},{/if}{/if} {if $item->home.state}{$item->home.state|htmlspecialchars}{/if} {if $item->home.zip}{$item->home.zip|htmlspecialchars}{/if} {if $item->home.countryName}
{$item->home.countryName|htmlspecialchars}{/if} {/if}

{/if}

Phone/Fax Numbers
{$item->workPhone|htmlspecialchars} (work) {if $item->cellPhone}
{$item->cellPhone|htmlspecialchars} (cell){/if} {if $item->homePhone}
{$item->homePhone|htmlspecialchars} (home){/if} {if $item->fax}
{$item->fax|htmlspecialchars} (fax){/if}

{if $item->email}

Email
{mailto address = $item->email encode = 'javascript'}

{/if} {if $item->editProfileUrl}{/if}
{if $item->bio}
{$item->bio}
{/if}