{{full_name}} {{#if is_me}} {{/if}}

{{#if show_email}}
{{#tr}}Email{{/tr}} {{email}}
{{/if}}
{{#tr}}Joined{{/tr}} {{date_joined}}
{{#tr}}Role{{/tr}} {{user_type}}
{{#tr}}Last active{{/tr}} {{last_seen}}
{{#if user_time}}
{{#tr}}Local time{{/tr}} {{user_time}}
{{/if}}

{{#each profile_data}}
{{this.name}}
{{#if this.is_user_field}}
{{else if this.is_link}} {{this.value}} {{else if this.is_external_account}} {{this.value}} {{else}} {{#if this.rendered_value}}
{{rendered_markdown this.rendered_value}}
{{else}}
{{this.value}}
{{/if}} {{/if}}
{{/each}}