{{#if loggedIn}} {{#if is_group}}
{{{groupFrontImage this "large"}}}
{{/if}}
{{#if is_own_profile}} {{!-- can't block myself, so don't check it here --}} {{t 'people.edit_my_profile'}} {{else}} {{#if is_blocked}} {{t 'people.stop_ignoring'}} {{else}}
{{/if}}{{/if}}
{{/if}}

{{name}} {{diaspora_id}} {{#if show_profile_btns}} {{{sharingMessage this}}} {{/if}}

{{#if loggedIn}} {{#if has_tags}}
{{fmtTags profile.tags}}
{{else}} {{#if is_own_profile}}
{{t 'profile.you_have_no_tags'}} {{t 'profile.add_some'}}
{{/if}} {{/if}} {{/if}}
{{#if loggedIn}}
{{#if show_profile_btns}}
{{#if is_receiving}} {{!-- create status message with mention --}} @ {{/if}} {{#if is_mutual}} {{!-- create private conversation with person --}} {{/if}} {{#unless is_blocked}} {{!-- ignore the person --}} {{/unless}}
{{/if}}
{{/if}}