- {{#each this.columns as |column|}}
- {{#if (includes column.key this.selectedColumns)}}
-
- {{#if (eq column.type 'user_name')}}
-
- {{institutionalUser.userName}}
-
- {{else if (eq column.type 'osf_link')}}
-
- {{institutionalUser.userGuid}}
-
- {{else if (eq column.type 'date_by_month')}}
- {{moment-format (get institutionalUser column.key) 'MM/YYYY'}}
- {{else}}
- {{get institutionalUser column.key}}
- {{/if}}
- |
- {{/if}}
- {{/each}}
-
-