{{#each profile_fields}}
  • {{#unless ../for_user_card_popover}}
    {{this.name}}
    {{/unless}} {{#if this.is_link}}
    {{this.value}}
    {{else if this.is_external_account}} {{#if (eq this.subtype "github") }} {{else if (eq this.subtype "twitter") }} {{/if}} {{this.value}} {{else if this.is_user_field}}
    {{else}} {{#if this.rendered_value}} {{rendered_markdown this.rendered_value}} {{else}} {{this.value}} {{/if}} {{/if}}
  • {{/each}}