{{#if profileCards}}
  <ul class="profile-card-list">
    {{#each profileCards}}
{{>profile_card fields}}
    {{/each}}
  </ul>
{{/if}}
