{{* The short information which will appended to the second navbar by scrollspy *}}
{{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}}
{{$profile.pubkey|escape}}
{{/if}}
{{if $contacts}}
{{$contacts|escape}}
{{/if}}
{{if $updated}}
{{$updated|escape}}
{{/if}}
{{if $marital}}
{{$profile.marital|escape}}
{{/if}}
{{if $homepage}}
{{/if}}
{{if $about}}
- {{$about|escape}}
- {{$profile.about}}
{{/if}}
{{include file="diaspora_vcard.tpl"}}