<if _passed_shown_max EQ 1>
<!--- show "more" link --->
<div align="right">
<a href="http://#this_domain#/#get.s1#/friends">View all #numberFormat(Soc.Friends.total)# Friends...</a>
</div>
</if>
</div>
<if Soc.Friends.total EQ 0>
<!--- show "none" text --->
<if set.id EQ client_id>
<div style="margin-right:3em;">
Only friends can see your entire profile on Balloon.
</div>
<else>
(none)
</if>
</if>