<tbody>
  {{> admin/users/loading}}
  {{#each users}}
    {{> admin/users/tr}}
  {{/each}}
</tbody>