{{if $profile.picdate}} {{$profile.name|escape}} {{else}} {{$profile.name|escape}} {{/if}}
{{if $profile.edit}}
{{else}} {{if $profile.menu}}
{{/if}} {{/if}}
{{* The short information which will appended to the second navbar by scrollspy *}}

{{$profile.name|escape}}

{{if $profile.addr}}
{{$profile.addr|escape}}
{{/if}} {{if $profile.pdesc}}
{{$profile.pdesc|escape}}
{{/if}}
{{if $location}}
{{if $profile.address}}{{$profile.address}}{{/if}} {{$profile.locality|escape}}{{if $profile.locality}}, {{/if}} {{$profile.region|escape}} {{$profile.postal_code|escape}} {{if $profile.country_name}}{{$profile.country_name|escape}}{{/if}}
{{/if}} {{if $profile.xmpp}}
{{$profile.xmpp|escape}}
{{/if}} {{if $gender}}
{{$profile.gender|escape}}
{{/if}} {{if $profile.pubkey}}{{/if}} {{if $contacts}}{{/if}} {{if $updated}}{{/if}} {{if $marital}}
{{$profile.marital|escape}}
{{/if}} {{if $homepage}} {{/if}} {{if $about}}{{/if}} {{include file="diaspora_vcard.tpl"}}
{{if $contact_block}}
{{$contact_block}}
{{/if}}