#ftl ns_prefixes={"D":"http://www.alfresco.org/alfresco/article","xsi":"http://www.w3.org/2001/XMLSchema-instance"}>
<#if user_profile[0]??>
<#if user_profile.picture[0]??>

#if>
${user_profile.name.prefix}. ${user_profile.name.first} ${user_profile.name.last}
${user_profile.bio}
<#if user_profile.address[0]??>
Address:
<#list user_profile.address.street as street>
${street}
#list>
${user_profile.address.city}, ${user_profile.address.state} ${user_profile.address.zip}
#if>
<#if user_profile.email[0]??>
Email: ${user_profile.email}
#if>
#if>